#95427A

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

Shades of Dark Purple #95427A

Tints of Dark Purple #95427A

Color information

#95427A (or 0x95427A) is unknown color: approx Dark Purple. HEX triplet: 95, 42 and 7A. RGB value is (149,66,122). Sum of RGB (Red+Green+Blue) = 149+66+122=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #95427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95427A is #6ABD85. Grayscale: #616161. Windows color (decimal): -6995334 or 8012437. OLE color: 8012437.

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

Color convert

RGB14966122-
CMYK00.560.180.42
HSL319.52º38.6%42.16%-
HSV(B)319.52º55.7%58.43%-
XYZ17.8611.6919.73-
YUV97.2142164.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=44.21%
G=19.58%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496612200.560.180.42319.5238.642.16
Hex95427A038122A140272a
Octal22510217207022525004752
Binary1001010110000101111010011100010010101010101000000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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