Html Css Color HEX #950380 Dark Magenta

📋 copy color: '#950380'

red 149 ◦ green 3 ◦ blue 128

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

Shades of Dark Magenta #950380

Tints of Dark Magenta #950380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

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

R = 53.21%
G = 1.07%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#950380 (or 0x950380) is known color: Dark Magenta. HEX triplet: 95, 03 and 80. RGB value is (149,3,128). Sum of RGB (Red+Green+Blue) = 149+3+128=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #950380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950380 is #6AFC7F. Grayscale: #3C3C3C. Windows color (decimal): -7011456 or 8389525. OLE color: 8389525.

HSL color Cylindrical-coordinate representation of color #950380: hue angle of 308.63º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #950380 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 3 128 -
CMYK 0 0.98 0.14 0.42
HSL 308.63º 0.96% 0.3% -
HSV(B) 308.63º 0.98% 0.58% -
XYZ 16.32 8.01 21.11 -
YUV 60.9 165.87 190.84 -
System Red Green Blue C M Y K H S L
Decimal 149 3 128 0 0.98 0.14 0.42 308.63 0.96 0.3
Hex 95 3 80 0 62 E 2A 135 60 1E
Octal 225 3 200 0 142 16 52 465 140 36
Binary 10010101 11 10000000 0 1100010 1110 101010 100110101 1100000 11110

Color Harmonies of #950380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950380

Black with #950380

Text Example


Text Example

White with #950380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950380; }

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

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

background-color css

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

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

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

border-color css

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

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

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