#95427E

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

Shades of Dark Purple #95427E

Tints of Dark Purple #95427E

Color information

#95427E (or 0x95427E) is unknown color: approx Dark Purple. HEX triplet: 95, 42 and 7E. RGB value is (149,66,126). Sum of RGB (Red+Green+Blue) = 149+66+126=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95427E is #6ABD81. Grayscale: #616161. Windows color (decimal): -6995330 or 8274581. OLE color: 8274581.

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

Color convert

RGB14966126-
CMYK00.560.150.42
HSL316.63º38.6%42.16%-
HSV(B)316.63º55.7%58.43%-
XYZ18.1111.7921.06-
YUV97.66144164.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=43.70%
G=19.35%
B=36.95%

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
Decimal1496612600.560.150.42316.6338.642.16
Hex95427E038F2A13d272a
Octal22510217607017524754752
Binary100101011000010111111001110001111101010100111101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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