#950694

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

Shades of Dark Magenta #950694

Tints of Dark Magenta #950694

Color information

#950694 (or 0x950694) is unknown color: approx Dark Magenta. HEX triplet: 95, 06 and 94. RGB value is (149,6,148). Sum of RGB (Red+Green+Blue) = 149+6+148=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #950694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950694 is #6AF96B. Grayscale: #404040. Windows color (decimal): -7010668 or 9701013. OLE color: 9701013.

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

Color convert

RGB1496148-
CMYK00.960.010.42
HSL300.42º92.26%30.39%-
HSV(B)300.42º95.97%58.43%-
XYZ17.88.6628.75-
YUV64.94174.88187.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 148 (58.20% from 255) = 48.84%
R=49.17%
G=1.98%
B=48.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149614800.960.010.42300.4292.2630.39
Hex9569406012A12c5c1e
Octal2256224014015245413436
Binary1001010111010010100011000001101010100101100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950694; }

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

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

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

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

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

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

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

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