#95277A

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

Shades of Dark Purple #95277A

Tints of Dark Purple #95277A

Color information

#95277A (or 0x95277A) is unknown color: approx Dark Purple. HEX triplet: 95, 27 and 7A. RGB value is (149,39,122). Sum of RGB (Red+Green+Blue) = 149+39+122=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95277A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95277A is #6AD885. Grayscale: #515151. Windows color (decimal): -7002246 or 8005525. OLE color: 8005525.

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

Color convert

RGB14939122-
CMYK00.740.180.42
HSL314.73º58.51%36.86%-
HSV(B)314.73º73.83%58.43%-
XYZ16.639.2519.32-
YUV81.35150.94176.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 39 (15.62% from 255) = 12.58%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=48.06%
G=12.58%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493912200.740.180.42314.7358.5136.86
Hex95277A04A122A13b3b25
Octal22547172011222524737345
Binary1001010110011111110100100101010010101010100111011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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