#9B1B64

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

Shades of Jazzberry Jam #9B1B64

Tints of Jazzberry Jam #9B1B64

Color information

#9B1B64 (or 0x9B1B64) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 1B and 64. RGB value is (155,27,100). Sum of RGB (Red+Green+Blue) = 155+27+100=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1B64 is #64E49B. Grayscale: #494949. Windows color (decimal): -6612124 or 6560667. OLE color: 6560667.

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

Color convert

RGB15527100-
CMYK00.830.350.39
HSL325.78º70.33%35.69%-
HSV(B)325.78º82.58%60.78%-
XYZ16.218.6712.88-
YUV73.59142.91186.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.96%
GREEN value IS 27 (10.94% from 255) = 9.57%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=54.96%
G=9.57%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552710000.830.350.39325.7870.3335.69
Hex9B1B6405323271464624
Octal233331440123434750610644
Binary10011011110111100100010100111000111001111010001101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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