Html Css Color HEX #9C166C Jazzberry Jam

📋 copy color: '#9C166C'

red 156 ◦ green 22 ◦ blue 108

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

Shades of Jazzberry Jam #9C166C

Tints of Jazzberry Jam #9C166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 54.55%
G = 7.69%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C166C (or 0x9C166C) is known color: Jazzberry Jam. HEX triplet: 9C, 16 and 6C. RGB value is (156,22,108). Sum of RGB (Red+Green+Blue) = 156+22+108=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C166C is #63E993. Grayscale: #474747. Windows color (decimal): -6547860 or 7083676. OLE color: 7083676.

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

Color convert

RGB 156 22 108 -
CMYK 0 0.86 0.31 0.39
HSL 321.49º 0.75% 0.35% -
HSV(B) 321.49º 0.86% 0.61% -
XYZ 16.7 8.72 14.99 -
YUV 71.87 148.39 188.01 -
System Red Green Blue C M Y K H S L
Decimal 156 22 108 0 0.86 0.31 0.39 321.49 0.75 0.35
Hex 9C 16 6C 0 56 1F 27 141 4B 23
Octal 234 26 154 0 126 37 47 501 113 43
Binary 10011100 10110 1101100 0 1010110 11111 100111 101000001 1001011 100011

Color Harmonies of #9C166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C166C

Black with #9C166C

Text Example


Text Example

White with #9C166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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