#9C1E6D

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

Shades of Jazzberry Jam #9C1E6D

Tints of Jazzberry Jam #9C1E6D

Color information

#9C1E6D (or 0x9C1E6D) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 1E and 6D. RGB value is (156,30,109). Sum of RGB (Red+Green+Blue) = 156+30+109=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1E6D is #63E192. Grayscale: #4C4C4C. Windows color (decimal): -6545811 or 7151260. OLE color: 7151260.

HSL color Cylindrical-coordinate representation of color #9C1E6D: hue angle of 322.38º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1E6D is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB15630109-
CMYK00.810.300.39
HSL322.38º67.74%36.47%-
HSV(B)322.38º80.77%61.18%-
XYZ16.939.115.33-
YUV76.68146.24184.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.88%
GREEN value IS 30 (12.11% from 255) = 10.17%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=52.88%
G=10.17%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563010900.810.300.39322.3867.7436.47
Hex9C1E6D0511E271424424
Octal234361550121364750210444
Binary1001110011110110110101010001111101001111010000101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,30,109); }

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

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

 a { background-color: rgb(156,30,109); }

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

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

 span { border-color: rgb(156,30,109); }

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