#95298E

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

Shades of Dark Purple #95298E

Tints of Dark Purple #95298E

Color information

#95298E (or 0x95298E) is unknown color: approx Dark Purple. HEX triplet: 95, 29 and 8E. RGB value is (149,41,142). Sum of RGB (Red+Green+Blue) = 149+41+142=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #95298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95298E is #6AD671. Grayscale: #545454. Windows color (decimal): -7001714 or 9316757. OLE color: 9316757.

HSL color Cylindrical-coordinate representation of color #95298E: hue angle of 303.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95298E is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14941142-
CMYK00.720.050.42
HSL303.89º56.84%37.25%-
HSV(B)303.89º72.48%58.43%-
XYZ18.079.9326.56-
YUV84.81160.28173.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 41 (16.41% from 255) = 12.35%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=44.88%
G=12.35%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494114200.720.050.42303.8956.8437.25
Hex95298E04852A1303925
Octal2255121601105524607145
Binary100101011010011000111001001000101101010100110000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,41,142); }

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

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

 a { background-color: rgb(149,41,142); }

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

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

 span { border-color: rgb(149,41,142); }

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