#95277F

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

Shades of Dark Purple #95277F

Tints of Dark Purple #95277F

Color information

#95277F (or 0x95277F) is unknown color: approx Dark Purple. HEX triplet: 95, 27 and 7F. RGB value is (149,39,127). Sum of RGB (Red+Green+Blue) = 149+39+127=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #95277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95277F is #6AD880. Grayscale: #515151. Windows color (decimal): -7002241 or 8333205. OLE color: 8333205.

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

Color convert

RGB14939127-
CMYK00.740.150.42
HSL312º58.51%36.86%-
HSV(B)312º73.83%58.43%-
XYZ16.959.3720.99-
YUV81.92153.44175.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 127 (50% from 255) = 40.32%
R=47.30%
G=12.38%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493912700.740.150.4231258.5136.86
Hex95277F04AF2A1383b25
Octal22547177011217524707345
Binary100101011001111111111010010101111101010100111000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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