#93307F

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

Shades of Dark Purple #93307F

Tints of Dark Purple #93307F

Color information

#93307F (or 0x93307F) is unknown color: approx Dark Purple. HEX triplet: 93, 30 and 7F. RGB value is (147,48,127). Sum of RGB (Red+Green+Blue) = 147+48+127=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #93307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93307F is #6CCF80. Grayscale: #565656. Windows color (decimal): -7131009 or 8335507. OLE color: 8335507.

HSL color Cylindrical-coordinate representation of color #93307F: hue angle of 312.12º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93307F is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14748127-
CMYK00.670.140.42
HSL312.12º50.77%38.24%-
HSV(B)312.12º67.35%57.65%-
XYZ16.929.8521.09-
YUV86.61150.8171.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.65%
GREEN value IS 48 (19.14% from 255) = 14.91%
BLUE value IS 127 (50% from 255) = 39.44%
R=45.65%
G=14.91%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474812700.670.140.42312.1250.7738.24
Hex93307F043E2A1383326
Octal22360177010316524706346
Binary100100111100001111111010000111110101010100111000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93307F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93307F; }

 p { color: rgb(147,48,127); }

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

<style>
 a { background-color: #93307F; }

 a { background-color: rgb(147,48,127); }

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

<style>
 span { border-color: #93307F; }

 span { border-color: rgb(147,48,127); }

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