#950D7F

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

Shades of Dark Purple #950D7F

Tints of Dark Purple #950D7F

Color information

#950D7F (or 0x950D7F) is unknown color: approx Dark Purple. HEX triplet: 95, 0D and 7F. RGB value is (149,13,127). Sum of RGB (Red+Green+Blue) = 149+13+127=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #950D7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950D7F is #6AF280. Grayscale: #424242. Windows color (decimal): -7008897 or 8326549. OLE color: 8326549.

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

Color convert

RGB14913127-
CMYK00.910.150.42
HSL309.71º83.95%31.76%-
HSV(B)309.71º91.28%58.43%-
XYZ16.378.2120.8-
YUV66.66162.06186.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 13 (5.47% from 255) = 4.50%
BLUE value IS 127 (50% from 255) = 43.94%
R=51.56%
G=4.50%
B=43.94%

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
Decimal1491312700.910.150.42309.7183.9531.76
Hex95D7F05BF2A1365420
Octal225151770133175246612440
Binary10010101110111111110101101111111010101001101101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,13,127); }

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

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

 a { background-color: rgb(149,13,127); }

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

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

 span { border-color: rgb(149,13,127); }

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