Html Css Color HEX #96139F Dark Magenta

📋 copy color: '#96139F'

red 150 ◦ green 19 ◦ blue 159

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

Shades of Dark Magenta #96139F

Tints of Dark Magenta #96139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.79%

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

R = 45.73%
G = 5.79%
B = 48.48%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96139F (or 0x96139F) is known color: Dark Magenta. HEX triplet: 96, 13 and 9F. RGB value is (150,19,159). Sum of RGB (Red+Green+Blue) = 150+19+159=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #96139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96139F is #69EC60. Grayscale: #494949. Windows color (decimal): -6941793 or 10425238. OLE color: 10425238.

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

Color convert

RGB 150 19 159 -
CMYK 0.06 0.88 0 0.38
HSL 296.14º 0.79% 0.35% -
HSV(B) 296.14º 0.88% 0.62% -
XYZ 19.07 9.45 33.62 -
YUV 74.13 175.9 182.12 -
System Red Green Blue C M Y K H S L
Decimal 150 19 159 0.06 0.88 0 0.38 296.14 0.79 0.35
Hex 96 13 9F 6 58 0 26 128 4F 23
Octal 226 23 237 6 130 0 46 450 117 43
Binary 10010110 10011 10011111 110 1011000 0 100110 100101000 1001111 100011

Color Harmonies of #96139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96139F

Black with #96139F

Text Example


Text Example

White with #96139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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