Html Css Color HEX #950A80 Dark Magenta

📋 copy color: '#950A80'

red 149 ◦ green 10 ◦ blue 128

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

Shades of Dark Magenta #950A80

Tints of Dark Magenta #950A80

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.48%

 BLUE value IS 128 (50.39% from 255) = 44.6%

R = 51.92%
G = 3.48%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#950A80 (or 0x950A80) is known color: Dark Magenta. HEX triplet: 95, 0A and 80. RGB value is (149,10,128). Sum of RGB (Red+Green+Blue) = 149+10+128=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #950A80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950A80 is #6AF57F. Grayscale: #404040. Windows color (decimal): -7009664 or 8391317. OLE color: 8391317.

HSL color Cylindrical-coordinate representation of color #950A80: hue angle of 309.06º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A80 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 10 128 -
CMYK 0 0.93 0.14 0.42
HSL 309.06º 0.87% 0.31% -
HSV(B) 309.06º 0.93% 0.58% -
XYZ 16.4 8.17 21.13 -
YUV 65.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 149 10 128 0 0.93 0.14 0.42 309.06 0.87 0.31
Hex 95 A 80 0 5D E 2A 135 57 1F
Octal 225 12 200 0 135 16 52 465 127 37
Binary 10010101 1010 10000000 0 1011101 1110 101010 100110101 1010111 11111

Color Harmonies of #950A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A80

Black with #950A80

Text Example


Text Example

White with #950A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,10,128); }

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

background-color css

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

 a { background-color: rgb(149,10,128); }

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

border-color css

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

 span { border-color: rgb(149,10,128); }

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