Html Css Color HEX #950EAA Dark Magenta

📋 copy color: '#950EAA'

red 149 ◦ green 14 ◦ blue 170

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

Shades of Dark Magenta #950EAA

Tints of Dark Magenta #950EAA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.2%

 BLUE value IS 170 (66.8% from 255) = 51.05%

R = 44.74%
G = 4.2%
B = 51.05%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#950EAA (or 0x950EAA) is known color: Dark Magenta. HEX triplet: 95, 0E and AA. RGB value is (149,14,170). Sum of RGB (Red+Green+Blue) = 149+14+170=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #950EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950EAA is #6AF155. Grayscale: #474747. Windows color (decimal): -7008598 or 11144853. OLE color: 11144853.

HSL color Cylindrical-coordinate representation of color #950EAA: hue angle of 291.92º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950EAA is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 14 170 -
CMYK 0.12 0.92 0 0.33
HSL 291.92º 0.85% 0.36% -
HSV(B) 291.92º 0.92% 0.67% -
XYZ 19.81 9.61 38.84 -
YUV 72.15 183.23 182.82 -
System Red Green Blue C M Y K H S L
Decimal 149 14 170 0.12 0.92 0 0.33 291.92 0.85 0.36
Hex 95 E AA C 5C 0 21 124 55 24
Octal 225 16 252 14 134 0 41 444 125 44
Binary 10010101 1110 10101010 1100 1011100 0 100001 100100100 1010101 100100

Color Harmonies of #950EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950EAA

Black with #950EAA

Text Example


Text Example

White with #950EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,14,170); }

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

background-color css

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

 a { background-color: rgb(149,14,170); }

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

border-color css

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

 span { border-color: rgb(149,14,170); }

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