#9B0B58

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

Shades of Jazzberry Jam #9B0B58

Tints of Jazzberry Jam #9B0B58

Color information

#9B0B58 (or 0x9B0B58) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 0B and 58. RGB value is (155,11,88). Sum of RGB (Red+Green+Blue) = 155+11+88=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0B58 is #64F4A7. Grayscale: #3E3E3E. Windows color (decimal): -6616232 or 5770139. OLE color: 5770139.

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

Color convert

RGB1551188-
CMYK00.930.430.39
HSL327.92º86.75%32.55%-
HSV(B)327.92º92.9%60.78%-
XYZ15.47.919.95-
YUV62.83142.21193.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.02%
GREEN value IS 11 (4.69% from 255) = 4.33%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=61.02%
G=4.33%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155118800.930.430.39327.9286.7532.55
Hex9BB5805D2B271485721
Octal233131300135534751012741
Binary1001101110111011000010111011010111001111010010001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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