#9B1764

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

Shades of Jazzberry Jam #9B1764

Tints of Jazzberry Jam #9B1764

Color information

#9B1764 (or 0x9B1764) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 17 and 64. RGB value is (155,23,100). Sum of RGB (Red+Green+Blue) = 155+23+100=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1764 is #64E89B. Grayscale: #474747. Windows color (decimal): -6613148 or 6559643. OLE color: 6559643.

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

Color convert

RGB15523100-
CMYK00.850.350.39
HSL325º74.16%34.9%-
HSV(B)325º85.16%60.78%-
XYZ16.128.512.85-
YUV71.25144.23187.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.76%
GREEN value IS 23 (9.38% from 255) = 8.27%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=55.76%
G=8.27%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552310000.850.350.3932574.1634.9
Hex9B176405523271454a23
Octal233271440125434750511243
Binary10011011101111100100010101011000111001111010001011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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