#9B0B62

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

Shades of Jazzberry Jam #9B0B62

Tints of Jazzberry Jam #9B0B62

Color information

#9B0B62 (or 0x9B0B62) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 0B and 62. RGB value is (155,11,98). Sum of RGB (Red+Green+Blue) = 155+11+98=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0B62 is #64F49D. Grayscale: #3F3F3F. Windows color (decimal): -6616222 or 6425499. OLE color: 6425499.

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

Color convert

RGB1551198-
CMYK00.930.370.39
HSL323.75º86.75%32.55%-
HSV(B)323.75º92.9%60.78%-
XYZ15.848.0912.28-
YUV63.97147.21192.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.71%
GREEN value IS 11 (4.69% from 255) = 4.17%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=58.71%
G=4.17%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155119800.930.370.39323.7586.7532.55
Hex9BB6205D25271445721
Octal233131420135454750412741
Binary1001101110111100010010111011001011001111010001001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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