#930A59

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

Shades of Jazzberry Jam #930A59

Tints of Jazzberry Jam #930A59

Color information

#930A59 (or 0x930A59) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 0A and 59. RGB value is (147,10,89). Sum of RGB (Red+Green+Blue) = 147+10+89=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #930A59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930A59 is #6CF5A6. Grayscale: #3B3B3B. Windows color (decimal): -7140775 or 5835411. OLE color: 5835411.

HSL color Cylindrical-coordinate representation of color #930A59: hue angle of 325.4º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930A59 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1471089-
CMYK00.930.390.42
HSL325.4º87.26%30.78%-
HSV(B)325.4º93.2%57.65%-
XYZ13.947.1410.09-
YUV59.97144.39190.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.76%
GREEN value IS 10 (4.30% from 255) = 4.07%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=59.76%
G=4.07%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147108900.930.390.42325.487.2630.78
Hex93A5905D272A145571f
Octal223121310135475250512737
Binary100100111010101100101011101100111101010101000101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930A59; }

 p { color: rgb(147,10,89); }

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

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

 a { background-color: rgb(147,10,89); }

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

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

 span { border-color: rgb(147,10,89); }

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