#95427C

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

Shades of Dark Purple #95427C

Tints of Dark Purple #95427C

Color information

#95427C (or 0x95427C) is unknown color: approx Dark Purple. HEX triplet: 95, 42 and 7C. RGB value is (149,66,124). Sum of RGB (Red+Green+Blue) = 149+66+124=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #95427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95427C is #6ABD83. Grayscale: #616161. Windows color (decimal): -6995332 or 8143509. OLE color: 8143509.

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

Color convert

RGB14966124-
CMYK00.560.170.42
HSL318.07º38.6%42.16%-
HSV(B)318.07º55.7%58.43%-
XYZ17.9811.7420.39-
YUV97.43143164.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=43.95%
G=19.47%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496612400.560.170.42318.0738.642.16
Hex95427C038112A13e272a
Octal22510217407021524764752
Binary1001010110000101111100011100010001101010100111110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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