#950281

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

Shades of Dark Magenta #950281

Tints of Dark Magenta #950281

Color information

#950281 (or 0x950281) is unknown color: approx Dark Magenta. HEX triplet: 95, 02 and 81. RGB value is (149,2,129). Sum of RGB (Red+Green+Blue) = 149+2+129=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #950281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950281 is #6AFD7E. Grayscale: #3C3C3C. Windows color (decimal): -7011711 or 8454805. OLE color: 8454805.

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

Color convert

RGB1492129-
CMYK00.990.130.42
HSL308.16º97.35%29.61%-
HSV(B)308.16º98.66%58.43%-
XYZ16.388.0221.45-
YUV60.43166.7191.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.21%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 129 (50.78% from 255) = 46.07%
R=53.21%
G=0.71%
B=46.07%

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
Decimal149212900.990.130.42308.1697.3529.61
Hex95281063D2A134611e
Octal22522010143155246414136
Binary100101011010000001011000111101101010100110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950281; }

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

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

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

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

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

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

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

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