#9B0858

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

Shades of Jazzberry Jam #9B0858

Tints of Jazzberry Jam #9B0858

Color information

#9B0858 (or 0x9B0858) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 08 and 58. RGB value is (155,8,88). Sum of RGB (Red+Green+Blue) = 155+8+88=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0858 is #64F7A7. Grayscale: #3C3C3C. Windows color (decimal): -6617000 or 5769371. OLE color: 5769371.

HSL color Cylindrical-coordinate representation of color #9B0858: hue angle of 327.35º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0858 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB155888-
CMYK00.950.430.39
HSL327.35º90.18%31.96%-
HSV(B)327.35º94.84%60.78%-
XYZ15.377.859.94-
YUV61.07143.2195-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.75%
GREEN value IS 8 (3.52% from 255) = 3.19%
BLUE value IS 88 (34.77% from 255) = 35.06%
R=61.75%
G=3.19%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15588800.950.430.39327.3590.1831.96
Hex9B85805F2B271475a20
Octal233101300137534750713240
Binary1001101110001011000010111111010111001111010001111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B0858; }

 p { color: rgb(155,8,88); }

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

<style>
 a { background-color: #9B0858; }

 a { background-color: rgb(155,8,88); }

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

<style>
 span { border-color: #9B0858; }

 span { border-color: rgb(155,8,88); }

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