Html Css Color HEX #950280 Dark Magenta

📋 copy color: '#950280'

red 149 ◦ green 2 ◦ blue 128

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

Shades of Dark Magenta #950280

Tints of Dark Magenta #950280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 53.41%
G = 0.72%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#950280 (or 0x950280) is known color: Dark Magenta. HEX triplet: 95, 02 and 80. RGB value is (149,2,128). Sum of RGB (Red+Green+Blue) = 149+2+128=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #950280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950280 is #6AFD7F. Grayscale: #3B3B3B. Windows color (decimal): -7011712 or 8389269. OLE color: 8389269.

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

Color convert

RGB 149 2 128 -
CMYK 0 0.99 0.14 0.42
HSL 308.57º 0.97% 0.3% -
HSV(B) 308.57º 0.99% 0.58% -
XYZ 16.31 7.99 21.1 -
YUV 60.32 166.2 191.25 -
System Red Green Blue C M Y K H S L
Decimal 149 2 128 0 0.99 0.14 0.42 308.57 0.97 0.3
Hex 95 2 80 0 63 E 2A 135 61 1E
Octal 225 2 200 0 143 16 52 465 141 36
Binary 10010101 10 10000000 0 1100011 1110 101010 100110101 1100001 11110

Color Harmonies of #950280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950280

Black with #950280

Text Example


Text Example

White with #950280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950280; }

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

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

background-color css

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

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

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

border-color css

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

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

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