Html Css Color HEX #950FAE Dark Magenta

📋 copy color: '#950FAE'

red 149 ◦ green 15 ◦ blue 174

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

Shades of Dark Magenta #950FAE

Tints of Dark Magenta #950FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.44%

 BLUE value IS 174 (68.36% from 255) = 51.48%

R = 44.08%
G = 4.44%
B = 51.48%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#950FAE (or 0x950FAE) is known color: Dark Magenta. HEX triplet: 95, 0F and AE. RGB value is (149,15,174). Sum of RGB (Red+Green+Blue) = 149+15+174=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #950FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950FAE is #6AF051. Grayscale: #484848. Windows color (decimal): -7008338 or 11407253. OLE color: 11407253.

HSL color Cylindrical-coordinate representation of color #950FAE: hue angle of 290.57º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950FAE is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 15 174 -
CMYK 0.14 0.91 0 0.32
HSL 290.57º 0.84% 0.37% -
HSV(B) 290.57º 0.91% 0.68% -
XYZ 20.21 9.79 40.87 -
YUV 73.19 184.89 182.07 -
System Red Green Blue C M Y K H S L
Decimal 149 15 174 0.14 0.91 0 0.32 290.57 0.84 0.37
Hex 95 F AE E 5B 0 20 123 54 25
Octal 225 17 256 16 133 0 40 443 124 45
Binary 10010101 1111 10101110 1110 1011011 0 100000 100100011 1010100 100101

Color Harmonies of #950FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950FAE

Black with #950FAE

Text Example


Text Example

White with #950FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950FAE; }

 p { color: rgb(149,15,174); }

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

background-color css

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

 a { background-color: rgb(149,15,174); }

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

border-color css

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

 span { border-color: rgb(149,15,174); }

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