Html Css Color HEX #9C115C Jazzberry Jam

📋 copy color: '#9C115C'

red 156 ◦ green 17 ◦ blue 92

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

Shades of Jazzberry Jam #9C115C

Tints of Jazzberry Jam #9C115C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.42%

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 58.87%
G = 6.42%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9C115C (or 0x9C115C) is known color: Jazzberry Jam. HEX triplet: 9C, 11 and 5C. RGB value is (156,17,92). Sum of RGB (Red+Green+Blue) = 156+17+92=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C115C is #63EEA3. Grayscale: #424242. Windows color (decimal): -6549156 or 6033820. OLE color: 6033820.

HSL color Cylindrical-coordinate representation of color #9C115C: hue angle of 327.63º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C115C is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 17 92 -
CMYK 0 0.89 0.41 0.39
HSL 327.63º 0.8% 0.34% -
HSV(B) 327.63º 0.89% 0.61% -
XYZ 15.84 8.24 10.88 -
YUV 67.11 142.05 191.4 -
System Red Green Blue C M Y K H S L
Decimal 156 17 92 0 0.89 0.41 0.39 327.63 0.8 0.34
Hex 9C 11 5C 0 59 29 27 148 50 22
Octal 234 21 134 0 131 51 47 510 120 42
Binary 10011100 10001 1011100 0 1011001 101001 100111 101001000 1010000 100010

Color Harmonies of #9C115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C115C

Black with #9C115C

Text Example


Text Example

White with #9C115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,17,92); }

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

background-color css

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

 a { background-color: rgb(156,17,92); }

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

border-color css

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

 span { border-color: rgb(156,17,92); }

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