Html Css Color HEX #9C1165 Jazzberry Jam

📋 copy color: '#9C1165'

red 156 ◦ green 17 ◦ blue 101

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

Shades of Jazzberry Jam #9C1165

Tints of Jazzberry Jam #9C1165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.86%

R = 56.93%
G = 6.2%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9C1165 (or 0x9C1165) is known color: Jazzberry Jam. HEX triplet: 9C, 11 and 65. RGB value is (156,17,101). Sum of RGB (Red+Green+Blue) = 156+17+101=274 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.93% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1165 is #63EE9A. Grayscale: #434343. Windows color (decimal): -6549147 or 6623644. OLE color: 6623644.

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

Color convert

RGB 156 17 101 -
CMYK 0 0.89 0.35 0.39
HSL 323.74º 0.8% 0.34% -
HSV(B) 323.74º 0.89% 0.61% -
XYZ 16.26 8.41 13.08 -
YUV 68.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 156 17 101 0 0.89 0.35 0.39 323.74 0.8 0.34
Hex 9C 11 65 0 59 23 27 144 50 22
Octal 234 21 145 0 131 43 47 504 120 42
Binary 10011100 10001 1100101 0 1011001 100011 100111 101000100 1010000 100010

Color Harmonies of #9C1165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1165

Black with #9C1165

Text Example


Text Example

White with #9C1165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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