#992793

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

Shades of Dark Purple #992793

Tints of Dark Purple #992793

Color information

#992793 (or 0x992793) is unknown color: approx Dark Purple. HEX triplet: 99, 27 and 93. RGB value is (153,39,147). Sum of RGB (Red+Green+Blue) = 153+39+147=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #992793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992793 is #66D86C. Grayscale: #555555. Windows color (decimal): -6740077 or 9643929. OLE color: 9643929.

HSL color Cylindrical-coordinate representation of color #992793: hue angle of 303.16º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992793 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB15339147-
CMYK00.750.040.4
HSL303.16º59.38%37.65%-
HSV(B)303.16º74.51%60%-
XYZ19.1310.3328.59-
YUV85.4162.77176.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 39 (15.62% from 255) = 11.50%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=45.13%
G=11.50%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533914700.750.040.4303.1659.3837.65
Hex99279304B42812f3b26
Octal2314722301134504577346
Binary100110011001111001001101001011100101000100101111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992793; }

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

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

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

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

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

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

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

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