#992672

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

Shades of Dark Purple #992672

Tints of Dark Purple #992672

Color information

#992672 (or 0x992672) is unknown color: approx Dark Purple. HEX triplet: 99, 26 and 72. RGB value is (153,38,114). Sum of RGB (Red+Green+Blue) = 153+38+114=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #992672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992672 is #66D98D. Grayscale: #505050. Windows color (decimal): -6740366 or 7480985. OLE color: 7480985.

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

Color convert

RGB15338114-
CMYK00.750.250.4
HSL320.35º60.21%37.45%-
HSV(B)320.35º75.16%60%-
XYZ16.879.3716.84-
YUV81.05146.6179.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 38 (15.23% from 255) = 12.46%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=50.16%
G=12.46%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533811400.750.250.4320.3560.2137.45
Hex99267204B19281403c25
Octal23146162011331505007445
Binary1001100110011011100100100101111001101000101000000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992672; }

 p { color: rgb(153,38,114); }

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

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

 a { background-color: rgb(153,38,114); }

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

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

 span { border-color: rgb(153,38,114); }

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