Html Css Color HEX #9C135F Jazzberry Jam

📋 copy color: '#9C135F'

red 156 ◦ green 19 ◦ blue 95

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

Shades of Jazzberry Jam #9C135F

Tints of Jazzberry Jam #9C135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.04%

 BLUE value IS 95 (37.5% from 255) = 35.19%

R = 57.78%
G = 7.04%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9C135F (or 0x9C135F) is known color: Jazzberry Jam. HEX triplet: 9C, 13 and 5F. RGB value is (156,19,95). Sum of RGB (Red+Green+Blue) = 156+19+95=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C135F is #63ECA0. Grayscale: #444444. Windows color (decimal): -6548641 or 6230940. OLE color: 6230940.

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

Color convert

RGB 156 19 95 -
CMYK 0 0.88 0.39 0.39
HSL 326.72º 0.78% 0.34% -
HSV(B) 326.72º 0.88% 0.61% -
XYZ 16.01 8.36 11.6 -
YUV 68.63 142.89 190.32 -
System Red Green Blue C M Y K H S L
Decimal 156 19 95 0 0.88 0.39 0.39 326.72 0.78 0.34
Hex 9C 13 5F 0 58 27 27 147 4E 22
Octal 234 23 137 0 130 47 47 507 116 42
Binary 10011100 10011 1011111 0 1011000 100111 100111 101000111 1001110 100010

Color Harmonies of #9C135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C135F

Black with #9C135F

Text Example


Text Example

White with #9C135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,19,95); }

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

background-color css

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

 a { background-color: rgb(156,19,95); }

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

border-color css

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

 span { border-color: rgb(156,19,95); }

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