Html Css Color HEX #96138F Dark Magenta

📋 copy color: '#96138F'

red 150 ◦ green 19 ◦ blue 143

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

Shades of Dark Magenta #96138F

Tints of Dark Magenta #96138F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.83%

R = 48.08%
G = 6.09%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96138F (or 0x96138F) is known color: Dark Magenta. HEX triplet: 96, 13 and 8F. RGB value is (150,19,143). Sum of RGB (Red+Green+Blue) = 150+19+143=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96138F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96138F is #69EC70. Grayscale: #474747. Windows color (decimal): -6941809 or 9376662. OLE color: 9376662.

HSL color Cylindrical-coordinate representation of color #96138F: hue angle of 303.21º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96138F is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 143 -
CMYK 0 0.87 0.05 0.41
HSL 303.21º 0.78% 0.33% -
HSV(B) 303.21º 0.87% 0.59% -
XYZ 17.77 8.93 26.77 -
YUV 72.31 167.9 183.42 -
System Red Green Blue C M Y K H S L
Decimal 150 19 143 0 0.87 0.05 0.41 303.21 0.78 0.33
Hex 96 13 8F 0 57 5 29 12F 4E 21
Octal 226 23 217 0 127 5 51 457 116 41
Binary 10010110 10011 10001111 0 1010111 101 101001 100101111 1001110 100001

Color Harmonies of #96138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96138F

Black with #96138F

Text Example


Text Example

White with #96138F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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