#93277E

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

Shades of Dark Purple #93277E

Tints of Dark Purple #93277E

Color information

#93277E (or 0x93277E) is unknown color: approx Dark Purple. HEX triplet: 93, 27 and 7E. RGB value is (147,39,126). Sum of RGB (Red+Green+Blue) = 147+39+126=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #93277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93277E is #6CD881. Grayscale: #505050. Windows color (decimal): -7133314 or 8267667. OLE color: 8267667.

HSL color Cylindrical-coordinate representation of color #93277E: hue angle of 311.67º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #93277E is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14739126-
CMYK00.730.140.42
HSL311.67º58.06%36.47%-
HSV(B)311.67º73.47%57.65%-
XYZ16.529.1620.64-
YUV81.21153.28174.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.12%
GREEN value IS 39 (15.62% from 255) = 12.5%
BLUE value IS 126 (49.61% from 255) = 40.38%
R=47.12%
G=12.5%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473912600.730.140.42311.6758.0636.47
Hex93277E049E2A1383a24
Octal22347176011116524707244
Binary100100111001111111110010010011110101010100111000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93277E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,39,126); }

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

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

 a { background-color: rgb(147,39,126); }

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

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

 span { border-color: rgb(147,39,126); }

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