Html Css Color HEX #950593 Dark Magenta

📋 copy color: '#950593'

red 149 ◦ green 5 ◦ blue 147

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

Shades of Dark Magenta #950593

Tints of Dark Magenta #950593

RGB

 RED value IS 149 (58.59% from 255) = 49.5%

 GREEN value IS 5 (2.34% from 255) = 1.66%

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

R = 49.5%
G = 1.66%
B = 48.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#950593 (or 0x950593) is known color: Dark Magenta. HEX triplet: 95, 05 and 93. RGB value is (149,5,147). Sum of RGB (Red+Green+Blue) = 149+5+147=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #950593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950593 is #6AFA6C. Grayscale: #3F3F3F. Windows color (decimal): -7010925 or 9635221. OLE color: 9635221.

HSL color Cylindrical-coordinate representation of color #950593: hue angle of 300.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950593 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 5 147 -
CMYK 0 0.97 0.01 0.42
HSL 300.83º 0.94% 0.3% -
HSV(B) 300.83º 0.97% 0.58% -
XYZ 17.72 8.6 28.33 -
YUV 64.24 174.71 188.45 -
System Red Green Blue C M Y K H S L
Decimal 149 5 147 0 0.97 0.01 0.42 300.83 0.94 0.3
Hex 95 5 93 0 61 1 2A 12D 5E 1E
Octal 225 5 223 0 141 1 52 455 136 36
Binary 10010101 101 10010011 0 1100001 1 101010 100101101 1011110 11110

Color Harmonies of #950593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950593

Black with #950593

Text Example


Text Example

White with #950593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950593; }

 p { color: rgb(149,5,147); }

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

background-color css

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

 a { background-color: rgb(149,5,147); }

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

border-color css

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

 span { border-color: rgb(149,5,147); }

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