Html Css Color HEX #96189F Dark Magenta

📋 copy color: '#96189F'

red 150 ◦ green 24 ◦ blue 159

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

Shades of Dark Magenta #96189F

Tints of Dark Magenta #96189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.21%

 BLUE value IS 159 (62.5% from 255) = 47.75%

R = 45.05%
G = 7.21%
B = 47.75%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96189F (or 0x96189F) is known color: Dark Magenta. HEX triplet: 96, 18 and 9F. RGB value is (150,24,159). Sum of RGB (Red+Green+Blue) = 150+24+159=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #96189F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96189F is #69E760. Grayscale: #4C4C4C. Windows color (decimal): -6940513 or 10426518. OLE color: 10426518.

HSL color Cylindrical-coordinate representation of color #96189F: hue angle of 296º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96189F is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 24 159 -
CMYK 0.06 0.85 0 0.38
HSL 296º 0.74% 0.36% -
HSV(B) 296º 0.85% 0.62% -
XYZ 19.16 9.64 33.65 -
YUV 77.06 174.24 180.02 -
System Red Green Blue C M Y K H S L
Decimal 150 24 159 0.06 0.85 0 0.38 296 0.74 0.36
Hex 96 18 9F 6 55 0 26 128 4A 24
Octal 226 30 237 6 125 0 46 450 112 44
Binary 10010110 11000 10011111 110 1010101 0 100110 100101000 1001010 100100

Color Harmonies of #96189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96189F

Black with #96189F

Text Example


Text Example

White with #96189F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96189F; }

 p { color: rgb(150,24,159); }

 H1.HeaderClassName
 {
   color: #96189F;
 }
 .AnyTagClassName
 {
   color: #96189F;
 }
</style>

background-color css

<style>
 a { background-color: #96189F; }

 a { background-color: rgb(150,24,159); }

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

border-color css

<style>
 span { border-color: #96189F; }

 span { border-color: rgb(150,24,159); }

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