Html Css Color HEX #9C155F Jazzberry Jam

📋 copy color: '#9C155F'

red 156 ◦ green 21 ◦ blue 95

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

Shades of Jazzberry Jam #9C155F

Tints of Jazzberry Jam #9C155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.72%

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

R = 57.35%
G = 7.72%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9C155F (or 0x9C155F) is known color: Jazzberry Jam. HEX triplet: 9C, 15 and 5F. RGB value is (156,21,95). Sum of RGB (Red+Green+Blue) = 156+21+95=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C155F is #63EAA0. Grayscale: #454545. Windows color (decimal): -6548129 or 6231452. OLE color: 6231452.

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

Color convert

RGB 156 21 95 -
CMYK 0 0.87 0.39 0.39
HSL 327.11º 0.76% 0.35% -
HSV(B) 327.11º 0.87% 0.61% -
XYZ 16.04 8.43 11.61 -
YUV 69.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 156 21 95 0 0.87 0.39 0.39 327.11 0.76 0.35
Hex 9C 15 5F 0 57 27 27 147 4C 23
Octal 234 25 137 0 127 47 47 507 114 43
Binary 10011100 10101 1011111 0 1010111 100111 100111 101000111 1001100 100011

Color Harmonies of #9C155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C155F

Black with #9C155F

Text Example


Text Example

White with #9C155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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