#95417E

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

Shades of Dark Purple #95417E

Tints of Dark Purple #95417E

Color information

#95417E (or 0x95417E) is unknown color: approx Dark Purple. HEX triplet: 95, 41 and 7E. RGB value is (149,65,126). Sum of RGB (Red+Green+Blue) = 149+65+126=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95417E is #6ABE81. Grayscale: #606060. Windows color (decimal): -6995586 or 8274325. OLE color: 8274325.

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

Color convert

RGB14965126-
CMYK00.560.150.42
HSL316.43º39.25%41.96%-
HSV(B)316.43º56.38%58.43%-
XYZ18.0511.6821.04-
YUV97.07144.33165.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 65 (25.78% from 255) = 19.12%
BLUE value IS 126 (49.61% from 255) = 37.06%
R=43.82%
G=19.12%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496512600.560.150.42316.4339.2541.96
Hex95417E038F2A13c272a
Octal22510117607017524744752
Binary100101011000001111111001110001111101010100111100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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