#9b2169

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

Shades of Jazzberry Jam #9B2169

Tints of Jazzberry Jam #9B2169

Color information

#9B2169 (or 0x9B2169) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 21 and 69. RGB value is (155,33,105). Sum of RGB (Red+Green+Blue) = 155+33+105=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2169 is #64DE96. Grayscale: #4D4D4D. Windows color (decimal): -6610583 or 6889883. OLE color: 6889883.

HSL color Cylindrical-coordinate representation of color #9B2169: hue angle of 324.59º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2169 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB15533105-
CMYK00.790.320.39
HSL324.59º64.89%36.86%-
HSV(B)324.59º78.71%60.78%-
XYZ16.619.0814.24-
YUV77.69143.42183.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.90%
GREEN value IS 33 (13.28% from 255) = 11.26%
BLUE value IS 105 (41.41% from 255) = 35.84%
R=52.90%
G=11.26%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553310500.790.320.39324.5964.8936.86
Hex9B216904F20271454125
Octal233411510117404750510145
Binary100110111000011101001010011111000001001111010001011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b2169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,33,105); }

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

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

 a { background-color: rgb(155,33,105); }

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

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

 span { border-color: rgb(155,33,105); }

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