#95277D

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

Shades of Dark Purple #95277D

Tints of Dark Purple #95277D

Color information

#95277D (or 0x95277D) is unknown color: approx Dark Purple. HEX triplet: 95, 27 and 7D. RGB value is (149,39,125). Sum of RGB (Red+Green+Blue) = 149+39+125=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95277D is #6AD882. Grayscale: #515151. Windows color (decimal): -7002243 or 8202133. OLE color: 8202133.

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

Color convert

RGB14939125-
CMYK00.740.160.42
HSL313.09º58.51%36.86%-
HSV(B)313.09º73.83%58.43%-
XYZ16.829.3220.31-
YUV81.69152.44176.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 39 (15.62% from 255) = 12.46%
BLUE value IS 125 (49.22% from 255) = 39.94%
R=47.60%
G=12.46%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493912500.740.160.42313.0958.5136.86
Hex95277D04A102A1393b25
Octal22547175011220524717345
Binary1001010110011111111010100101010000101010100111001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95277D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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