Html Css Color HEX #9C115D Jazzberry Jam

📋 copy color: '#9C115D'

red 156 ◦ green 17 ◦ blue 93

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

Shades of Jazzberry Jam #9C115D

Tints of Jazzberry Jam #9C115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.96%

R = 58.65%
G = 6.39%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C115D (or 0x9C115D) is known color: Jazzberry Jam. HEX triplet: 9C, 11 and 5D. RGB value is (156,17,93). Sum of RGB (Red+Green+Blue) = 156+17+93=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C115D is #63EEA2. Grayscale: #434343. Windows color (decimal): -6549155 or 6099356. OLE color: 6099356.

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

Color convert

RGB 156 17 93 -
CMYK 0 0.89 0.40 0.39
HSL 327.19º 0.8% 0.34% -
HSV(B) 327.19º 0.89% 0.61% -
XYZ 15.89 8.26 11.11 -
YUV 67.23 142.55 191.32 -
System Red Green Blue C M Y K H S L
Decimal 156 17 93 0 0.89 0.40 0.39 327.19 0.8 0.34
Hex 9C 11 5D 0 59 28 27 147 50 22
Octal 234 21 135 0 131 50 47 507 120 42
Binary 10011100 10001 1011101 0 1011001 101000 100111 101000111 1010000 100010

Color Harmonies of #9C115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C115D

Black with #9C115D

Text Example


Text Example

White with #9C115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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