Html Css Color HEX #950594 Dark Magenta

📋 copy color: '#950594'

red 149 ◦ green 5 ◦ blue 148

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

Shades of Dark Magenta #950594

Tints of Dark Magenta #950594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.01%

R = 49.34%
G = 1.66%
B = 49.01%

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

#950594 (or 0x950594) is known color: Dark Magenta. HEX triplet: 95, 05 and 94. RGB value is (149,5,148). Sum of RGB (Red+Green+Blue) = 149+5+148=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #950594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950594 is #6AFA6B. Grayscale: #3F3F3F. Windows color (decimal): -7010924 or 9700757. OLE color: 9700757.

HSL color Cylindrical-coordinate representation of color #950594: hue angle of 300.42º 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 #950594 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 5 148 -
CMYK 0 0.97 0.01 0.42
HSL 300.42º 0.94% 0.3% -
HSV(B) 300.42º 0.97% 0.58% -
XYZ 17.79 8.64 28.75 -
YUV 64.36 175.21 188.37 -
System Red Green Blue C M Y K H S L
Decimal 149 5 148 0 0.97 0.01 0.42 300.42 0.94 0.3
Hex 95 5 94 0 61 1 2A 12C 5E 1E
Octal 225 5 224 0 141 1 52 454 136 36
Binary 10010101 101 10010100 0 1100001 1 101010 100101100 1011110 11110

Color Harmonies of #950594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950594

Black with #950594

Text Example


Text Example

White with #950594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950594; }

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

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

background-color css

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

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

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

border-color css

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

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

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