#93208E

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

Shades of Dark Purple #93208E

Tints of Dark Purple #93208E

Color information

#93208E (or 0x93208E) is unknown color: approx Dark Purple. HEX triplet: 93, 20 and 8E. RGB value is (147,32,142). Sum of RGB (Red+Green+Blue) = 147+32+142=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #93208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93208E is #6CDF71. Grayscale: #4E4E4E. Windows color (decimal): -7135090 or 9314451. OLE color: 9314451.

HSL color Cylindrical-coordinate representation of color #93208E: hue angle of 302.61º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #93208E is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14732142-
CMYK00.780.030.42
HSL302.61º64.25%35.1%-
HSV(B)302.61º78.23%57.65%-
XYZ17.439.1926.45-
YUV78.92163.6176.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.79%
GREEN value IS 32 (12.89% from 255) = 9.97%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=45.79%
G=9.97%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473214200.780.030.42302.6164.2535.1
Hex93208E04E32A12f4023
Octal22340216011635245710043
Binary100100111000001000111001001110111010101001011111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93208E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,32,142); }

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

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

 a { background-color: rgb(147,32,142); }

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

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

 span { border-color: rgb(147,32,142); }

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