#930753

Color #930753 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #930753

Tints of Jazzberry Jam #930753

Color information

#930753 (or 0x930753) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 07 and 53. RGB value is (147,7,83). Sum of RGB (Red+Green+Blue) = 147+7+83=237 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.03% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 147 - color contains mainly: red. Hex color #930753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930753 is #6CF8AC. Grayscale: #393939. Windows color (decimal): -7141549 or 5441427. OLE color: 5441427.

HSL color Cylindrical-coordinate representation of color #930753: hue angle of 327.43º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930753 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB147783-
CMYK00.950.440.42
HSL327.43º90.91%30.2%-
HSV(B)327.43º95.24%57.65%-
XYZ13.676.988.81-
YUV57.52142.38191.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 62.03%
GREEN value IS 7 (3.12% from 255) = 2.95%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=62.03%
G=2.95%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14778300.950.440.42327.4390.9130.2
Hex9375305F2C2A1475b1e
Octal22371230137545250713336
Binary10010011111101001101011111101100101010101000111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930753; }

 p { color: rgb(147,7,83); }

 H1.HeaderClassName
 {
   color: #930753;
 }
 .AnyTagClassName
 {
   color: #930753;
 }
</style>
background-color css

<style>
 a { background-color: #930753; }

 a { background-color: rgb(147,7,83); }

 div.DivClassName
 {
   background-color: #930753;
 }
 .BgClassName
 {
   background-color: #930753;
 }
</style>
border-color css

<style>
 span { border-color: #930753; }

 span { border-color: rgb(147,7,83); }

 td.TdClassName
 {
   border-color: #930753;
 }
 .TagClassName
 {
   border-color: #930753;
 }
</style>