#8B0D52

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

Shades of Jazzberry Jam #8B0D52

Tints of Jazzberry Jam #8B0D52

Color information

#8B0D52 (or 0x8B0D52) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 0D and 52. RGB value is (139,13,82). Sum of RGB (Red+Green+Blue) = 139+13+82=234 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.40% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D52 is #74F2AD. Grayscale: #3A3A3A. Windows color (decimal): -7664302 or 5377419. OLE color: 5377419.

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

Color convert

RGB1391382-
CMYK00.910.410.45
HSL327.14º82.89%29.8%-
HSV(B)327.14º90.65%54.51%-
XYZ12.316.398.57-
YUV58.54141.24185.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.40%
GREEN value IS 13 (5.47% from 255) = 5.56%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=59.40%
G=5.56%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139138200.910.410.45327.1482.8929.8
Hex8BD5205B292D147531e
Octal213151220133515550712336
Binary100010111101101001001011011101001101101101000111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,13,82); }

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

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

 a { background-color: rgb(139,13,82); }

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

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

 span { border-color: rgb(139,13,82); }

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