#9B1B66

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

Shades of Jazzberry Jam #9B1B66

Tints of Jazzberry Jam #9B1B66

Color information

#9B1B66 (or 0x9B1B66) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 1B and 66. RGB value is (155,27,102). Sum of RGB (Red+Green+Blue) = 155+27+102=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1B66 is #64E499. Grayscale: #494949. Windows color (decimal): -6612122 or 6691739. OLE color: 6691739.

HSL color Cylindrical-coordinate representation of color #9B1B66: hue angle of 324.84º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1B66 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB15527102-
CMYK00.830.340.39
HSL324.84º70.33%35.69%-
HSV(B)324.84º82.58%60.78%-
XYZ16.318.7113.39-
YUV73.82143.91185.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.58%
GREEN value IS 27 (10.94% from 255) = 9.51%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=54.58%
G=9.51%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552710200.830.340.39324.8470.3335.69
Hex9B1B6605322271454624
Octal233331460123424750510644
Binary10011011110111100110010100111000101001111010001011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,27,102); }

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

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

 a { background-color: rgb(155,27,102); }

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

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

 span { border-color: rgb(155,27,102); }

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