#8B0C4E

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

Shades of Jazzberry Jam #8B0C4E

Tints of Jazzberry Jam #8B0C4E

Color information

#8B0C4E (or 0x8B0C4E) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 0C and 4E. RGB value is (139,12,78). Sum of RGB (Red+Green+Blue) = 139+12+78=229 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.70% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0C4E is #74F3B1. Grayscale: #393939. Windows color (decimal): -7664562 or 5115019. OLE color: 5115019.

HSL color Cylindrical-coordinate representation of color #8B0C4E: hue angle of 328.82º degrees, saturation: 0.84, 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 #8B0C4E is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB1391278-
CMYK00.910.440.45
HSL328.82º84.11%29.61%-
HSV(B)328.82º91.37%54.51%-
XYZ12.156.37.78-
YUV57.5139.58186.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.70%
GREEN value IS 12 (5.08% from 255) = 5.24%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=60.70%
G=5.24%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139127800.910.440.45328.8284.1129.61
Hex8BC4E05B2C2D149541e
Octal213141160133545551112436
Binary100010111100100111001011011101100101101101001001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,12,78); }

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

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

 a { background-color: rgb(139,12,78); }

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

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

 span { border-color: rgb(139,12,78); }

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