#93267D

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

Shades of Dark Purple #93267D

Tints of Dark Purple #93267D

Color information

#93267D (or 0x93267D) is unknown color: approx Dark Purple. HEX triplet: 93, 26 and 7D. RGB value is (147,38,125). Sum of RGB (Red+Green+Blue) = 147+38+125=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93267D is #6CD982. Grayscale: #505050. Windows color (decimal): -7133571 or 8201875. OLE color: 8201875.

HSL color Cylindrical-coordinate representation of color #93267D: hue angle of 312.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93267D is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14738125-
CMYK00.740.150.42
HSL312.11º58.92%36.27%-
HSV(B)312.11º74.15%57.65%-
XYZ16.439.0720.29-
YUV80.51153.11175.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.42%
GREEN value IS 38 (15.23% from 255) = 12.26%
BLUE value IS 125 (49.22% from 255) = 40.32%
R=47.42%
G=12.26%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473812500.740.150.42312.1158.9236.27
Hex93267D04AF2A1383b24
Octal22346175011217524707344
Binary100100111001101111101010010101111101010100111000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93267D; }

 p { color: rgb(147,38,125); }

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

<style>
 a { background-color: #93267D; }

 a { background-color: rgb(147,38,125); }

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

<style>
 span { border-color: #93267D; }

 span { border-color: rgb(147,38,125); }

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