Html Css Color HEX #9C144E Jazzberry Jam

📋 copy color: '#9C144E'

red 156 ◦ green 20 ◦ blue 78

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

Shades of Jazzberry Jam #9C144E

Tints of Jazzberry Jam #9C144E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

 BLUE value IS 78 (30.86% from 255) = 30.71%

R = 61.42%
G = 7.87%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.5

 K value IS 0.39

RGB Variations

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

Color information

#9C144E (or 0x9C144E) is known color: Jazzberry Jam. HEX triplet: 9C, 14 and 4E. RGB value is (156,20,78). Sum of RGB (Red+Green+Blue) = 156+20+78=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C144E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C144E is #63EBB1. Grayscale: #434343. Windows color (decimal): -6548402 or 5117084. OLE color: 5117084.

HSL color Cylindrical-coordinate representation of color #9C144E: hue angle of 334.41º degrees, saturation: 0.77, 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 #9C144E is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 20 78 -
CMYK 0 0.87 0.5 0.39
HSL 334.41º 0.77% 0.35% -
HSV(B) 334.41º 0.87% 0.61% -
XYZ 15.34 8.12 7.97 -
YUV 67.28 134.06 191.28 -
System Red Green Blue C M Y K H S L
Decimal 156 20 78 0 0.87 0.5 0.39 334.41 0.77 0.35
Hex 9C 14 4E 0 57 32 27 14E 4D 23
Octal 234 24 116 0 127 62 47 516 115 43
Binary 10011100 10100 1001110 0 1010111 110010 100111 101001110 1001101 100011

Color Harmonies of #9C144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C144E

Black with #9C144E

Text Example


Text Example

White with #9C144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,20,78); }

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

background-color css

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

 a { background-color: rgb(156,20,78); }

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

border-color css

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

 span { border-color: rgb(156,20,78); }

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