#9C2369

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

Shades of Jazzberry Jam #9C2369

Tints of Jazzberry Jam #9C2369

Color information

#9C2369 (or 0x9C2369) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 23 and 69. RGB value is (156,35,105). Sum of RGB (Red+Green+Blue) = 156+35+105=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2369 is #63DC96. Grayscale: #4E4E4E. Windows color (decimal): -6544535 or 6890396. OLE color: 6890396.

HSL color Cylindrical-coordinate representation of color #9C2369: hue angle of 325.29º 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 #9C2369 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB15635105-
CMYK00.780.330.39
HSL325.29º63.35%37.45%-
HSV(B)325.29º77.56%61.18%-
XYZ16.869.2914.27-
YUV79.16142.59182.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.70%
GREEN value IS 35 (14.06% from 255) = 11.82%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=52.70%
G=11.82%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563510500.780.330.39325.2963.3537.45
Hex9C236904E21271453f25
Octal23443151011641475057745
Binary10011100100011110100101001110100001100111101000101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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