#8A0D51

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

Shades of Jazzberry Jam #8A0D51

Tints of Jazzberry Jam #8A0D51

Color information

#8A0D51 (or 0x8A0D51) is unknown color: approx Jazzberry Jam. HEX triplet: 8A, 0D and 51. RGB value is (138,13,81). Sum of RGB (Red+Green+Blue) = 138+13+81=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0D51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0D51 is #75F2AE. Grayscale: #393939. Windows color (decimal): -7729839 or 5311882. OLE color: 5311882.

HSL color Cylindrical-coordinate representation of color #8A0D51: hue angle of 327.36º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0D51 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB1381381-
CMYK00.910.410.46
HSL327.36º82.78%29.61%-
HSV(B)327.36º90.58%54.12%-
XYZ12.116.298.36-
YUV58.13140.91184.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 59.48%
GREEN value IS 13 (5.47% from 255) = 5.60%
BLUE value IS 81 (32.03% from 255) = 34.91%
R=59.48%
G=5.60%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138138100.910.410.46327.3682.7829.61
Hex8AD5105B292E147531e
Octal212151210133515650712336
Binary100010101101101000101011011101001101110101000111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A0D51; }

 p { color: rgb(138,13,81); }

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

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

 a { background-color: rgb(138,13,81); }

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

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

 span { border-color: rgb(138,13,81); }

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