#9C236A

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

Shades of Jazzberry Jam #9C236A

Tints of Jazzberry Jam #9C236A

Color information

#9C236A (or 0x9C236A) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 23 and 6A. RGB value is (156,35,106). Sum of RGB (Red+Green+Blue) = 156+35+106=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C236A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C236A is #63DC95. Grayscale: #4F4F4F. Windows color (decimal): -6544534 or 6955932. OLE color: 6955932.

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

Color convert

RGB15635106-
CMYK00.780.320.39
HSL324.79º63.35%37.45%-
HSV(B)324.79º77.56%61.18%-
XYZ16.919.3114.54-
YUV79.27143.09182.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.53%
GREEN value IS 35 (14.06% from 255) = 11.78%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=52.53%
G=11.78%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563510600.780.320.39324.7963.3537.45
Hex9C236A04E20271453f25
Octal23443152011640475057745
Binary10011100100011110101001001110100000100111101000101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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