#95117C

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

Shades of Dark Purple #95117C

Tints of Dark Purple #95117C

Color information

#95117C (or 0x95117C) is unknown color: approx Dark Purple. HEX triplet: 95, 11 and 7C. RGB value is (149,17,124). Sum of RGB (Red+Green+Blue) = 149+17+124=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95117C is #6AEE83. Grayscale: #444444. Windows color (decimal): -7007876 or 8130965. OLE color: 8130965.

HSL color Cylindrical-coordinate representation of color #95117C: hue angle of 311.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95117C is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14917124-
CMYK00.890.170.42
HSL311.36º79.52%32.55%-
HSV(B)311.36º88.59%58.43%-
XYZ16.238.2519.8-
YUV68.67159.23185.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.38%
GREEN value IS 17 (7.03% from 255) = 5.86%
BLUE value IS 124 (48.83% from 255) = 42.76%
R=51.38%
G=5.86%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491712400.890.170.42311.3679.5232.55
Hex95117C059112A1375021
Octal225211740131215246712041
Binary1001010110001111110001011001100011010101001101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95117C; }

 p { color: rgb(149,17,124); }

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

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

 a { background-color: rgb(149,17,124); }

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

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

 span { border-color: rgb(149,17,124); }

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