#992593

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

Shades of Dark Purple #992593

Tints of Dark Purple #992593

Color information

#992593 (or 0x992593) is unknown color: approx Dark Purple. HEX triplet: 99, 25 and 93. RGB value is (153,37,147). Sum of RGB (Red+Green+Blue) = 153+37+147=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #992593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992593 is #66DA6C. Grayscale: #535353. Windows color (decimal): -6740589 or 9643417. OLE color: 9643417.

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

Color convert

RGB15337147-
CMYK00.760.040.4
HSL303.1º61.05%37.25%-
HSV(B)303.1º75.82%60%-
XYZ19.0610.228.57-
YUV84.22163.43177.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 37 (14.84% from 255) = 10.98%
BLUE value IS 147 (57.81% from 255) = 43.62%
R=45.40%
G=10.98%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533714700.760.040.4303.161.0537.25
Hex99259304C42812f3d25
Octal2314522301144504577545
Binary100110011001011001001101001100100101000100101111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992593; }

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

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

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

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

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

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

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

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