#950181

Color #950181 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #950181

Tints of Dark Magenta #950181

Color information

#950181 (or 0x950181) is unknown color: approx Dark Magenta. HEX triplet: 95, 01 and 81. RGB value is (149,1,129). Sum of RGB (Red+Green+Blue) = 149+1+129=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #950181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950181 is #6AFE7E. Grayscale: #3B3B3B. Windows color (decimal): -7011967 or 8454549. OLE color: 8454549.

HSL color Cylindrical-coordinate representation of color #950181: hue angle of 308.11º 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 #950181 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB1491129-
CMYK00.990.130.42
HSL308.11º98.67%29.41%-
HSV(B)308.11º99.33%58.43%-
XYZ16.37821.45-
YUV59.84167.03191.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 129 (50.78% from 255) = 46.24%
R=53.41%
G=0.36%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149112900.990.130.42308.1198.6729.41
Hex95181063D2A134631d
Octal22512010143155246414335
Binary10010101110000001011000111101101010100110100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950181; }

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

 H1.HeaderClassName
 {
   color: #950181;
 }
 .AnyTagClassName
 {
   color: #950181;
 }
</style>
background-color css

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

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

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

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

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

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