#95276A

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

Shades of Dark Purple #95276A

Tints of Dark Purple #95276A

Color information

#95276A (or 0x95276A) is unknown color: approx Dark Purple. HEX triplet: 95, 27 and 6A. RGB value is (149,39,106). Sum of RGB (Red+Green+Blue) = 149+39+106=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95276A is #6AD895. Grayscale: #4F4F4F. Windows color (decimal): -7002262 or 6956949. OLE color: 6956949.

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

Color convert

RGB14939106-
CMYK00.740.290.42
HSL323.45º58.51%36.86%-
HSV(B)323.45º73.83%58.43%-
XYZ15.728.8814.52-
YUV79.53142.94177.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.68%
GREEN value IS 39 (15.62% from 255) = 13.27%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=50.68%
G=13.27%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493910600.740.290.42323.4558.5136.86
Hex95276A04A1D2A1433b25
Octal22547152011235525037345
Binary1001010110011111010100100101011101101010101000011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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