#950294

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

Shades of Dark Magenta #950294

Tints of Dark Magenta #950294

Color information

#950294 (or 0x950294) is unknown color: approx Dark Magenta. HEX triplet: 95, 02 and 94. RGB value is (149,2,148). Sum of RGB (Red+Green+Blue) = 149+2+148=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #950294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950294 is #6AFD6B. Grayscale: #3E3E3E. Windows color (decimal): -7011692 or 9699989. OLE color: 9699989.

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

Color convert

RGB1492148-
CMYK00.990.010.42
HSL300.41º97.35%29.61%-
HSV(B)300.41º98.66%58.43%-
XYZ17.768.5728.74-
YUV62.6176.2189.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 148 (58.20% from 255) = 49.50%
R=49.83%
G=0.67%
B=49.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149214800.990.010.42300.4197.3529.61
Hex9529406312A12c611e
Octal2252224014315245414136
Binary100101011010010100011000111101010100101100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950294; }

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

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

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

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

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

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

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

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