#8B0147

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

Shades of Jazzberry Jam #8B0147

Tints of Jazzberry Jam #8B0147

Color information

#8B0147 (or 0x8B0147) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 01 and 47. RGB value is (139,1,71). Sum of RGB (Red+Green+Blue) = 139+1+71=211 (27% of max value = 765). Red value is 139 (54.69% from 255 or 65.88% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0147 is #74FEB8. Grayscale: #323232. Windows color (decimal): -7667385 or 4653451. OLE color: 4653451.

HSL color Cylindrical-coordinate representation of color #8B0147: hue angle of 329.57º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0147 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB139171-
CMYK00.990.490.45
HSL329.57º98.57%27.45%-
HSV(B)329.57º99.28%54.51%-
XYZ11.85.976.49-
YUV50.24139.72191.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.88%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 71 (28.12% from 255) = 33.65%
R=65.88%
G=0.47%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13917100.990.490.45329.5798.5727.45
Hex8B147063312D14a631b
Octal21311070143615551214333
Binary100010111100011101100011110001101101101001010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,1,71); }

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

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

 a { background-color: rgb(139,1,71); }

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

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

 span { border-color: rgb(139,1,71); }

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