#9B0856

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

Shades of Jazzberry Jam #9B0856

Tints of Jazzberry Jam #9B0856

Color information

#9B0856 (or 0x9B0856) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 08 and 56. RGB value is (155,8,86). Sum of RGB (Red+Green+Blue) = 155+8+86=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0856 is #64F7A9. Grayscale: #3C3C3C. Windows color (decimal): -6617002 or 5638299. OLE color: 5638299.

HSL color Cylindrical-coordinate representation of color #9B0856: hue angle of 328.16º 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 #9B0856 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB155886-
CMYK00.950.450.39
HSL328.16º90.18%31.96%-
HSV(B)328.16º94.84%60.78%-
XYZ15.287.819.51-
YUV60.84142.2195.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.25%
GREEN value IS 8 (3.52% from 255) = 3.21%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=62.25%
G=3.21%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15588600.950.450.39328.1690.1831.96
Hex9B85605F2D271485a20
Octal233101260137554751013240
Binary1001101110001010110010111111011011001111010010001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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