#95276E

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

Shades of Dark Purple #95276E

Tints of Dark Purple #95276E

Color information

#95276E (or 0x95276E) is unknown color: approx Dark Purple. HEX triplet: 95, 27 and 6E. RGB value is (149,39,110). Sum of RGB (Red+Green+Blue) = 149+39+110=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95276E is #6AD891. Grayscale: #4F4F4F. Windows color (decimal): -7002258 or 7219093. OLE color: 7219093.

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

Color convert

RGB14939110-
CMYK00.740.260.42
HSL321.27º58.51%36.86%-
HSV(B)321.27º73.83%58.43%-
XYZ15.938.9715.64-
YUV79.98144.94177.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 39 (15.62% from 255) = 13.09%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=50%
G=13.09%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493911000.740.260.42321.2758.5136.86
Hex95276E04A1A2A1413b25
Octal22547156011232525017345
Binary1001010110011111011100100101011010101010101000001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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