Html Css Color HEX #960393 Dark Magenta

📋 copy color: '#960393'

red 150 ◦ green 3 ◦ blue 147

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

Shades of Dark Magenta #960393

Tints of Dark Magenta #960393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 147 (57.81% from 255) = 49%

R = 50%
G = 1%
B = 49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#960393 (or 0x960393) is known color: Dark Magenta. HEX triplet: 96, 03 and 93. RGB value is (150,3,147). Sum of RGB (Red+Green+Blue) = 150+3+147=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #960393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960393 is #69FC6C. Grayscale: #3E3E3E. Windows color (decimal): -6945901 or 9634710. OLE color: 9634710.

HSL color Cylindrical-coordinate representation of color #960393: hue angle of 301.22º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #960393 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 3 147 -
CMYK 0 0.98 0.02 0.41
HSL 301.22º 0.96% 0.3% -
HSV(B) 301.22º 0.98% 0.59% -
XYZ 17.88 8.66 28.33 -
YUV 63.37 175.2 189.79 -
System Red Green Blue C M Y K H S L
Decimal 150 3 147 0 0.98 0.02 0.41 301.22 0.96 0.3
Hex 96 3 93 0 62 2 29 12D 60 1E
Octal 226 3 223 0 142 2 51 455 140 36
Binary 10010110 11 10010011 0 1100010 10 101001 100101101 1100000 11110

Color Harmonies of #960393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960393

Black with #960393

Text Example


Text Example

White with #960393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960393; }

 p { color: rgb(150,3,147); }

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

background-color css

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

 a { background-color: rgb(150,3,147); }

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

border-color css

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

 span { border-color: rgb(150,3,147); }

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