Html Css Color HEX #9C196D Jazzberry Jam

📋 copy color: '#9C196D'

red 156 ◦ green 25 ◦ blue 109

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

Shades of Jazzberry Jam #9C196D

Tints of Jazzberry Jam #9C196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.62%

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

R = 53.79%
G = 8.62%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C196D (or 0x9C196D) is known color: Jazzberry Jam. HEX triplet: 9C, 19 and 6D. RGB value is (156,25,109). Sum of RGB (Red+Green+Blue) = 156+25+109=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C196D is #63E692. Grayscale: #494949. Windows color (decimal): -6547091 or 7149980. OLE color: 7149980.

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

Color convert

RGB 156 25 109 -
CMYK 0 0.84 0.30 0.39
HSL 321.53º 0.72% 0.35% -
HSV(B) 321.53º 0.84% 0.61% -
XYZ 16.82 8.87 15.29 -
YUV 73.75 147.9 186.67 -
System Red Green Blue C M Y K H S L
Decimal 156 25 109 0 0.84 0.30 0.39 321.53 0.72 0.35
Hex 9C 19 6D 0 54 1E 27 142 48 23
Octal 234 31 155 0 124 36 47 502 110 43
Binary 10011100 11001 1101101 0 1010100 11110 100111 101000010 1001000 100011

Color Harmonies of #9C196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C196D

Black with #9C196D

Text Example


Text Example

White with #9C196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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