Html Css Color HEX #950180 Dark Magenta

📋 copy color: '#950180'

red 149 ◦ green 1 ◦ blue 128

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

Shades of Dark Magenta #950180

Tints of Dark Magenta #950180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 53.6%
G = 0.36%
B = 46.04%

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

#950180 (or 0x950180) is known color: Dark Magenta. HEX triplet: 95, 01 and 80. RGB value is (149,1,128). Sum of RGB (Red+Green+Blue) = 149+1+128=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #950180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950180 is #6AFE7F. Grayscale: #3B3B3B. Windows color (decimal): -7011968 or 8389013. OLE color: 8389013.

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

Color convert

RGB 149 1 128 -
CMYK 0 0.99 0.14 0.42
HSL 308.51º 0.99% 0.29% -
HSV(B) 308.51º 0.99% 0.58% -
XYZ 16.3 7.97 21.1 -
YUV 59.73 166.53 191.67 -
System Red Green Blue C M Y K H S L
Decimal 149 1 128 0 0.99 0.14 0.42 308.51 0.99 0.29
Hex 95 1 80 0 63 E 2A 135 63 1D
Octal 225 1 200 0 143 16 52 465 143 35
Binary 10010101 1 10000000 0 1100011 1110 101010 100110101 1100011 11101

Color Harmonies of #950180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950180

Black with #950180

Text Example


Text Example

White with #950180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950180; }

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

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

background-color css

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

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

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

border-color css

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

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

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