#930A56

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

Shades of Jazzberry Jam #930A56

Tints of Jazzberry Jam #930A56

Color information

#930A56 (or 0x930A56) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 0A and 56. RGB value is (147,10,86). Sum of RGB (Red+Green+Blue) = 147+10+86=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #930A56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930A56 is #6CF5A9. Grayscale: #3B3B3B. Windows color (decimal): -7140778 or 5638803. OLE color: 5638803.

HSL color Cylindrical-coordinate representation of color #930A56: hue angle of 326.72º 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 #930A56 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1471086-
CMYK00.930.410.42
HSL326.72º87.26%30.78%-
HSV(B)326.72º93.2%57.65%-
XYZ13.827.099.44-
YUV59.63142.89190.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.49%
GREEN value IS 10 (4.30% from 255) = 4.12%
BLUE value IS 86 (33.98% from 255) = 35.39%
R=60.49%
G=4.12%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147108600.930.410.42326.7287.2630.78
Hex93A5605D292A147571f
Octal223121260135515250712737
Binary100100111010101011001011101101001101010101000111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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