#9B1464

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

Shades of Jazzberry Jam #9B1464

Tints of Jazzberry Jam #9B1464

Color information

#9B1464 (or 0x9B1464) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 14 and 64. RGB value is (155,20,100). Sum of RGB (Red+Green+Blue) = 155+20+100=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1464 is #64EB9B. Grayscale: #454545. Windows color (decimal): -6613916 or 6558875. OLE color: 6558875.

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

Color convert

RGB15520100-
CMYK00.870.350.39
HSL324.44º77.14%34.31%-
HSV(B)324.44º87.1%60.78%-
XYZ16.078.3912.83-
YUV69.48145.23189-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.36%
GREEN value IS 20 (8.20% from 255) = 7.27%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=56.36%
G=7.27%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552010000.870.350.39324.4477.1434.31
Hex9B146405723271444d22
Octal233241440127434750411542
Binary10011011101001100100010101111000111001111010001001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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