#9B236A

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

Shades of Jazzberry Jam #9B236A

Tints of Jazzberry Jam #9B236A

Color information

#9B236A (or 0x9B236A) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 23 and 6A. RGB value is (155,35,106). Sum of RGB (Red+Green+Blue) = 155+35+106=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B236A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B236A is #64DC95. Grayscale: #4E4E4E. Windows color (decimal): -6610070 or 6955931. OLE color: 6955931.

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

Color convert

RGB15535106-
CMYK00.770.320.39
HSL324.5º63.16%37.25%-
HSV(B)324.5º77.42%60.78%-
XYZ16.729.2114.53-
YUV78.97143.26182.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.36%
GREEN value IS 35 (14.06% from 255) = 11.82%
BLUE value IS 106 (41.80% from 255) = 35.81%
R=52.36%
G=11.82%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553510600.770.320.39324.563.1637.25
Hex9B236A04D20271443f25
Octal23343152011540475047745
Binary10011011100011110101001001101100000100111101000100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,35,106); }

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

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

 a { background-color: rgb(155,35,106); }

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

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

 span { border-color: rgb(155,35,106); }

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