Html Css Color HEX #9C156D Jazzberry Jam

📋 copy color: '#9C156D'

red 156 ◦ green 21 ◦ blue 109

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

Shades of Jazzberry Jam #9C156D

Tints of Jazzberry Jam #9C156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.34%

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

R = 54.55%
G = 7.34%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C156D (or 0x9C156D) is known color: Jazzberry Jam. HEX triplet: 9C, 15 and 6D. RGB value is (156,21,109). Sum of RGB (Red+Green+Blue) = 156+21+109=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C156D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C156D is #63EA92. Grayscale: #474747. Windows color (decimal): -6548115 or 7148956. OLE color: 7148956.

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

Color convert

RGB 156 21 109 -
CMYK 0 0.87 0.30 0.39
HSL 320.89º 0.76% 0.35% -
HSV(B) 320.89º 0.87% 0.61% -
XYZ 16.74 8.71 15.27 -
YUV 71.4 149.23 188.34 -
System Red Green Blue C M Y K H S L
Decimal 156 21 109 0 0.87 0.30 0.39 320.89 0.76 0.35
Hex 9C 15 6D 0 57 1E 27 141 4C 23
Octal 234 25 155 0 127 36 47 501 114 43
Binary 10011100 10101 1101101 0 1010111 11110 100111 101000001 1001100 100011

Color Harmonies of #9C156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C156D

Black with #9C156D

Text Example


Text Example

White with #9C156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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