#950E7E

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

Shades of Dark Purple #950E7E

Tints of Dark Purple #950E7E

Color information

#950E7E (or 0x950E7E) is unknown color: approx Dark Purple. HEX triplet: 95, 0E and 7E. RGB value is (149,14,126). Sum of RGB (Red+Green+Blue) = 149+14+126=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #950E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950E7E is #6AF181. Grayscale: #424242. Windows color (decimal): -7008642 or 8261269. OLE color: 8261269.

HSL color Cylindrical-coordinate representation of color #950E7E: hue angle of 310.22º 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 #950E7E is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14914126-
CMYK00.910.150.42
HSL310.22º82.82%31.96%-
HSV(B)310.22º90.6%58.43%-
XYZ16.328.2120.46-
YUV67.13161.23186.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 14 (5.86% from 255) = 4.84%
BLUE value IS 126 (49.61% from 255) = 43.60%
R=51.56%
G=4.84%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491412600.910.150.42310.2282.8231.96
Hex95E7E05BF2A1365320
Octal225161760133175246612340
Binary10010101111011111100101101111111010101001101101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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