#95257D

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

Shades of Dark Purple #95257D

Tints of Dark Purple #95257D

Color information

#95257D (or 0x95257D) is unknown color: approx Dark Purple. HEX triplet: 95, 25 and 7D. RGB value is (149,37,125). Sum of RGB (Red+Green+Blue) = 149+37+125=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95257D is #6ADA82. Grayscale: #505050. Windows color (decimal): -7002755 or 8201621. OLE color: 8201621.

HSL color Cylindrical-coordinate representation of color #95257D: hue angle of 312.86º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95257D is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14937125-
CMYK00.750.160.42
HSL312.86º60.22%36.47%-
HSV(B)312.86º75.17%58.43%-
XYZ16.769.1920.29-
YUV80.52153.11176.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 37 (14.84% from 255) = 11.90%
BLUE value IS 125 (49.22% from 255) = 40.19%
R=47.91%
G=11.90%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493712500.750.160.42312.8660.2236.47
Hex95257D04B102A1393c24
Octal22545175011320524717444
Binary1001010110010111111010100101110000101010100111001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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