#95417D

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

Shades of Dark Purple #95417D

Tints of Dark Purple #95417D

Color information

#95417D (or 0x95417D) is unknown color: approx Dark Purple. HEX triplet: 95, 41 and 7D. RGB value is (149,65,125). Sum of RGB (Red+Green+Blue) = 149+65+125=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #95417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95417D is #6ABE82. Grayscale: #606060. Windows color (decimal): -6995587 or 8208789. OLE color: 8208789.

HSL color Cylindrical-coordinate representation of color #95417D: hue angle of 317.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95417D is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14965125-
CMYK00.560.160.42
HSL317.14º39.25%41.96%-
HSV(B)317.14º56.38%58.43%-
XYZ17.9911.6520.7-
YUV96.96143.83165.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=43.95%
G=19.17%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496512500.560.160.42317.1439.2541.96
Hex95417D038102A13d272a
Octal22510117507020524754752
Binary1001010110000011111101011100010000101010100111101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95417D; }

 p { color: rgb(149,65,125); }

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

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

 a { background-color: rgb(149,65,125); }

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

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

 span { border-color: rgb(149,65,125); }

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