#8B0146

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

Shades of Jazzberry Jam #8B0146

Tints of Jazzberry Jam #8B0146

Color information

#8B0146 (or 0x8B0146) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 01 and 46. RGB value is (139,1,70). Sum of RGB (Red+Green+Blue) = 139+1+70=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0146 is #74FEB9. Grayscale: #313131. Windows color (decimal): -7667386 or 4587915. OLE color: 4587915.

HSL color Cylindrical-coordinate representation of color #8B0146: hue angle of 330º 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 #8B0146 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB139170-
CMYK00.990.500.45
HSL330º98.57%27.45%-
HSV(B)330º99.28%54.51%-
XYZ11.765.956.32-
YUV50.13139.22191.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.19%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 70 (27.73% from 255) = 33.33%
R=66.19%
G=0.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13917000.990.500.4533098.5727.45
Hex8B146063322D14a631b
Octal21311060143625551214333
Binary100010111100011001100011110010101101101001010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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