#9C165D

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

Shades of Jazzberry Jam #9C165D

Tints of Jazzberry Jam #9C165D

Color information

#9C165D (or 0x9C165D) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 16 and 5D. RGB value is (156,22,93). Sum of RGB (Red+Green+Blue) = 156+22+93=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C165D is #63E9A2. Grayscale: #464646. Windows color (decimal): -6547875 or 6100636. OLE color: 6100636.

HSL color Cylindrical-coordinate representation of color #9C165D: hue angle of 328.21º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C165D is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB1562293-
CMYK00.860.400.39
HSL328.21º75.28%34.9%-
HSV(B)328.21º85.9%61.18%-
XYZ15.978.4311.14-
YUV70.16140.89189.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.56%
GREEN value IS 22 (8.98% from 255) = 8.12%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=57.56%
G=8.12%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156229300.860.400.39328.2175.2834.9
Hex9C165D05628271484b23
Octal234261350126504751011343
Binary10011100101101011101010101101010001001111010010001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,22,93); }

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

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

 a { background-color: rgb(156,22,93); }

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

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

 span { border-color: rgb(156,22,93); }

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