Html Css Color HEX #961393 Dark Magenta

📋 copy color: '#961393'

red 150 ◦ green 19 ◦ blue 147

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

Shades of Dark Magenta #961393

Tints of Dark Magenta #961393

RGB

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

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

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

R = 47.47%
G = 6.01%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#961393 (or 0x961393) is known color: Dark Magenta. HEX triplet: 96, 13 and 93. RGB value is (150,19,147). Sum of RGB (Red+Green+Blue) = 150+19+147=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #961393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961393 is #69EC6C. Grayscale: #484848. Windows color (decimal): -6941805 or 9638806. OLE color: 9638806.

HSL color Cylindrical-coordinate representation of color #961393: hue angle of 301.37º 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 #961393 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 147 -
CMYK 0 0.87 0.02 0.41
HSL 301.37º 0.78% 0.33% -
HSV(B) 301.37º 0.87% 0.59% -
XYZ 18.08 9.06 28.4 -
YUV 72.76 169.9 183.09 -
System Red Green Blue C M Y K H S L
Decimal 150 19 147 0 0.87 0.02 0.41 301.37 0.78 0.33
Hex 96 13 93 0 57 2 29 12D 4E 21
Octal 226 23 223 0 127 2 51 455 116 41
Binary 10010110 10011 10010011 0 1010111 10 101001 100101101 1001110 100001

Color Harmonies of #961393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961393

Black with #961393

Text Example


Text Example

White with #961393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961393; }

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

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

background-color css

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

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

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

border-color css

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

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

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