#95407D

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

Shades of Dark Purple #95407D

Tints of Dark Purple #95407D

Color information

#95407D (or 0x95407D) is unknown color: approx Dark Purple. HEX triplet: 95, 40 and 7D. RGB value is (149,64,125). Sum of RGB (Red+Green+Blue) = 149+64+125=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95407D is #6ABF82. Grayscale: #606060. Windows color (decimal): -6995843 or 8208533. OLE color: 8208533.

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

Color convert

RGB14964125-
CMYK00.570.160.42
HSL316.94º39.91%41.76%-
HSV(B)316.94º57.05%58.43%-
XYZ17.9311.5420.68-
YUV96.37144.16165.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=44.08%
G=18.93%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496412500.570.160.42316.9439.9141.76
Hex95407D039102A13d282a
Octal22510017507120524755052
Binary1001010110000001111101011100110000101010100111101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95407D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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