Html Css Color HEX #96199C Dark Magenta

📋 copy color: '#96199C'

red 150 ◦ green 25 ◦ blue 156

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

Shades of Dark Magenta #96199C

Tints of Dark Magenta #96199C

RGB

 RED value IS 150 (58.98% from 255) = 45.32%

 GREEN value IS 25 (10.16% from 255) = 7.55%

 BLUE value IS 156 (61.33% from 255) = 47.13%

R = 45.32%
G = 7.55%
B = 47.13%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96199C (or 0x96199C) is known color: Dark Magenta. HEX triplet: 96, 19 and 9C. RGB value is (150,25,156). Sum of RGB (Red+Green+Blue) = 150+25+156=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #96199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96199C is #69E663. Grayscale: #4C4C4C. Windows color (decimal): -6940260 or 10230166. OLE color: 10230166.

HSL color Cylindrical-coordinate representation of color #96199C: hue angle of 297.25º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96199C is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 25 156 -
CMYK 0.04 0.84 0 0.39
HSL 297.25º 0.72% 0.35% -
HSV(B) 297.25º 0.84% 0.61% -
XYZ 18.93 9.58 32.3 -
YUV 77.31 172.41 179.85 -
System Red Green Blue C M Y K H S L
Decimal 150 25 156 0.04 0.84 0 0.39 297.25 0.72 0.35
Hex 96 19 9C 4 54 0 27 129 48 23
Octal 226 31 234 4 124 0 47 451 110 43
Binary 10010110 11001 10011100 100 1010100 0 100111 100101001 1001000 100011

Color Harmonies of #96199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96199C

Black with #96199C

Text Example


Text Example

White with #96199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96199C; }

 p { color: rgb(150,25,156); }

 H1.HeaderClassName
 {
   color: #96199C;
 }
 .AnyTagClassName
 {
   color: #96199C;
 }
</style>

background-color css

<style>
 a { background-color: #96199C; }

 a { background-color: rgb(150,25,156); }

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

border-color css

<style>
 span { border-color: #96199C; }

 span { border-color: rgb(150,25,156); }

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