Html Css Color HEX #96199B Dark Magenta

📋 copy color: '#96199B'

red 150 ◦ green 25 ◦ blue 155

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

Shades of Dark Magenta #96199B

Tints of Dark Magenta #96199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.97%

R = 45.45%
G = 7.58%
B = 46.97%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96199B (or 0x96199B) is known color: Dark Magenta. HEX triplet: 96, 19 and 9B. RGB value is (150,25,155). Sum of RGB (Red+Green+Blue) = 150+25+155=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #96199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96199B is #69E664. Grayscale: #4C4C4C. Windows color (decimal): -6940261 or 10164630. OLE color: 10164630.

HSL color Cylindrical-coordinate representation of color #96199B: hue angle of 297.69º 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 #96199B is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 25 155 -
CMYK 0.03 0.84 0 0.39
HSL 297.69º 0.72% 0.35% -
HSV(B) 297.69º 0.84% 0.61% -
XYZ 18.84 9.55 31.86 -
YUV 77.2 171.91 179.93 -
System Red Green Blue C M Y K H S L
Decimal 150 25 155 0.03 0.84 0 0.39 297.69 0.72 0.35
Hex 96 19 9B 3 54 0 27 12A 48 23
Octal 226 31 233 3 124 0 47 452 110 43
Binary 10010110 11001 10011011 11 1010100 0 100111 100101010 1001000 100011

Color Harmonies of #96199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96199B

Black with #96199B

Text Example


Text Example

White with #96199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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