Html Css Color HEX #9C156A Jazzberry Jam

📋 copy color: '#9C156A'

red 156 ◦ green 21 ◦ blue 106

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

Shades of Jazzberry Jam #9C156A

Tints of Jazzberry Jam #9C156A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.46%

R = 55.12%
G = 7.42%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9C156A (or 0x9C156A) is known color: Jazzberry Jam. HEX triplet: 9C, 15 and 6A. RGB value is (156,21,106). Sum of RGB (Red+Green+Blue) = 156+21+106=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C156A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C156A is #63EA95. Grayscale: #464646. Windows color (decimal): -6548118 or 6952348. OLE color: 6952348.

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

Color convert

RGB 156 21 106 -
CMYK 0 0.87 0.32 0.39
HSL 322.22º 0.76% 0.35% -
HSV(B) 322.22º 0.87% 0.61% -
XYZ 16.58 8.64 14.43 -
YUV 71.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 156 21 106 0 0.87 0.32 0.39 322.22 0.76 0.35
Hex 9C 15 6A 0 57 20 27 142 4C 23
Octal 234 25 152 0 127 40 47 502 114 43
Binary 10011100 10101 1101010 0 1010111 100000 100111 101000010 1001100 100011

Color Harmonies of #9C156A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C156A

Black with #9C156A

Text Example


Text Example

White with #9C156A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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