#93206A

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

Shades of Dark Purple #93206A

Tints of Dark Purple #93206A

Color information

#93206A (or 0x93206A) is unknown color: approx Dark Purple. HEX triplet: 93, 20 and 6A. RGB value is (147,32,106). Sum of RGB (Red+Green+Blue) = 147+32+106=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #93206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93206A is #6CDF95. Grayscale: #4A4A4A. Windows color (decimal): -7135126 or 6955155. OLE color: 6955155.

HSL color Cylindrical-coordinate representation of color #93206A: hue angle of 321.39º 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 #93206A is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14732106-
CMYK00.780.280.42
HSL321.39º64.25%35.1%-
HSV(B)321.39º78.23%57.65%-
XYZ15.158.2814.43-
YUV74.82145.6179.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.58%
GREEN value IS 32 (12.89% from 255) = 11.23%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=51.58%
G=11.23%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473210600.780.280.42321.3964.2535.1
Hex93206A04E1C2A1414023
Octal223401520116345250110043
Binary10010011100000110101001001110111001010101010000011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93206A; }

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

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

<style>
 a { background-color: #93206A; }

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

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

<style>
 span { border-color: #93206A; }

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

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