Html Css Color HEX #9C166D Jazzberry Jam

📋 copy color: '#9C166D'

red 156 ◦ green 22 ◦ blue 109

#9C166D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #9C166D

Tints of Jazzberry Jam #9C166D

RGB

 RED value IS 156 (61.33% from 255) = 54.36%

 GREEN value IS 22 (8.98% from 255) = 7.67%

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 54.36%
G = 7.67%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C166D (or 0x9C166D) is known color: Jazzberry Jam. HEX triplet: 9C, 16 and 6D. RGB value is (156,22,109). Sum of RGB (Red+Green+Blue) = 156+22+109=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C166D is #63E992. Grayscale: #474747. Windows color (decimal): -6547859 or 7149212. OLE color: 7149212.

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

Color convert

RGB 156 22 109 -
CMYK 0 0.86 0.30 0.39
HSL 321.04º 0.75% 0.35% -
HSV(B) 321.04º 0.86% 0.61% -
XYZ 16.76 8.75 15.27 -
YUV 71.98 148.89 187.93 -
System Red Green Blue C M Y K H S L
Decimal 156 22 109 0 0.86 0.30 0.39 321.04 0.75 0.35
Hex 9C 16 6D 0 56 1E 27 141 4B 23
Octal 234 26 155 0 126 36 47 501 113 43
Binary 10011100 10110 1101101 0 1010110 11110 100111 101000001 1001011 100011

Color Harmonies of #9C166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C166D

Black with #9C166D

Text Example


Text Example

White with #9C166D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C166D;
 }
 .AnyTagClassName
 {
   color: #9C166D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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