#93276B

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

Shades of Dark Purple #93276B

Tints of Dark Purple #93276B

Color information

#93276B (or 0x93276B) is unknown color: approx Dark Purple. HEX triplet: 93, 27 and 6B. RGB value is (147,39,107). Sum of RGB (Red+Green+Blue) = 147+39+107=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93276B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93276B is #6CD894. Grayscale: #4E4E4E. Windows color (decimal): -7133333 or 7022483. OLE color: 7022483.

HSL color Cylindrical-coordinate representation of color #93276B: hue angle of 322.22º 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 #93276B is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14739107-
CMYK00.730.270.42
HSL322.22º58.06%36.47%-
HSV(B)322.22º73.47%57.65%-
XYZ15.418.7214.78-
YUV79.04143.78176.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.17%
GREEN value IS 39 (15.62% from 255) = 13.31%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=50.17%
G=13.31%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473910700.730.270.42322.2258.0636.47
Hex93276B0491B2A1423a24
Octal22347153011133525027244
Binary1001001110011111010110100100111011101010101000010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93276B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93276B; }

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

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

<style>
 a { background-color: #93276B; }

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

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

<style>
 span { border-color: #93276B; }

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

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