#95427D

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

Shades of Dark Purple #95427D

Tints of Dark Purple #95427D

Color information

#95427D (or 0x95427D) is unknown color: approx Dark Purple. HEX triplet: 95, 42 and 7D. RGB value is (149,66,125). Sum of RGB (Red+Green+Blue) = 149+66+125=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95427D is #6ABD82. Grayscale: #616161. Windows color (decimal): -6995331 or 8209045. OLE color: 8209045.

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

Color convert

RGB14966125-
CMYK00.560.160.42
HSL317.35º38.6%42.16%-
HSV(B)317.35º55.7%58.43%-
XYZ18.0411.7720.72-
YUV97.54143.5164.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=43.82%
G=19.41%
B=36.76%

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
Decimal1496612500.560.160.42317.3538.642.16
Hex95427D038102A13d272a
Octal22510217507020524754752
Binary1001010110000101111101011100010000101010100111101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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