#950E7A

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

Shades of Dark Purple #950E7A

Tints of Dark Purple #950E7A

Color information

#950E7A (or 0x950E7A) is unknown color: approx Dark Purple. HEX triplet: 95, 0E and 7A. RGB value is (149,14,122). Sum of RGB (Red+Green+Blue) = 149+14+122=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #950E7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950E7A is #6AF185. Grayscale: #424242. Windows color (decimal): -7008646 or 7999125. OLE color: 7999125.

HSL color Cylindrical-coordinate representation of color #950E7A: hue angle of 312º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E7A is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14914122-
CMYK00.910.180.42
HSL312º82.82%31.96%-
HSV(B)312º90.6%58.43%-
XYZ16.068.1119.13-
YUV66.68159.23186.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.28%
GREEN value IS 14 (5.86% from 255) = 4.91%
BLUE value IS 122 (48.05% from 255) = 42.81%
R=52.28%
G=4.91%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491412200.910.180.4231282.8231.96
Hex95E7A05B122A1385320
Octal225161720133225247012340
Binary100101011110111101001011011100101010101001110001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950E7A; }

 p { color: rgb(149,14,122); }

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

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

 a { background-color: rgb(149,14,122); }

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

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

 span { border-color: rgb(149,14,122); }

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