Html Css Color HEX #9C095C Jazzberry Jam

📋 copy color: '#9C095C'

red 156 ◦ green 9 ◦ blue 92

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

Shades of Jazzberry Jam #9C095C

Tints of Jazzberry Jam #9C095C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.5%

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

R = 60.7%
G = 3.5%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9C095C (or 0x9C095C) is known color: Jazzberry Jam. HEX triplet: 9C, 09 and 5C. RGB value is (156,9,92). Sum of RGB (Red+Green+Blue) = 156+9+92=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C095C is #63F6A3. Grayscale: #3E3E3E. Windows color (decimal): -6551204 or 6031772. OLE color: 6031772.

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

Color convert

RGB 156 9 92 -
CMYK 0 0.94 0.41 0.39
HSL 326.12º 0.89% 0.32% -
HSV(B) 326.12º 0.94% 0.61% -
XYZ 15.74 8.04 10.85 -
YUV 62.42 144.7 194.75 -
System Red Green Blue C M Y K H S L
Decimal 156 9 92 0 0.94 0.41 0.39 326.12 0.89 0.32
Hex 9C 9 5C 0 5E 29 27 146 59 20
Octal 234 11 134 0 136 51 47 506 131 40
Binary 10011100 1001 1011100 0 1011110 101001 100111 101000110 1011001 100000

Color Harmonies of #9C095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C095C

Black with #9C095C

Text Example


Text Example

White with #9C095C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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