Html Css Color HEX #950D80 Dark Magenta

📋 copy color: '#950D80'

red 149 ◦ green 13 ◦ blue 128

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

Shades of Dark Magenta #950D80

Tints of Dark Magenta #950D80

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.48%

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

R = 51.38%
G = 4.48%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#950D80 (or 0x950D80) is known color: Dark Magenta. HEX triplet: 95, 0D and 80. RGB value is (149,13,128). Sum of RGB (Red+Green+Blue) = 149+13+128=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #950D80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950D80 is #6AF27F. Grayscale: #424242. Windows color (decimal): -7008896 or 8392085. OLE color: 8392085.

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

Color convert

RGB 149 13 128 -
CMYK 0 0.91 0.14 0.42
HSL 309.26º 0.84% 0.32% -
HSV(B) 309.26º 0.91% 0.58% -
XYZ 16.43 8.24 21.15 -
YUV 66.77 162.56 186.65 -
System Red Green Blue C M Y K H S L
Decimal 149 13 128 0 0.91 0.14 0.42 309.26 0.84 0.32
Hex 95 D 80 0 5B E 2A 135 54 20
Octal 225 15 200 0 133 16 52 465 124 40
Binary 10010101 1101 10000000 0 1011011 1110 101010 100110101 1010100 100000

Color Harmonies of #950D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950D80

Black with #950D80

Text Example


Text Example

White with #950D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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