#992F8F

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

Shades of Dark Purple #992F8F

Tints of Dark Purple #992F8F

Color information

#992F8F (or 0x992F8F) is unknown color: approx Dark Purple. HEX triplet: 99, 2F and 8F. RGB value is (153,47,143). Sum of RGB (Red+Green+Blue) = 153+47+143=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #992F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992F8F is #66D070. Grayscale: #595959. Windows color (decimal): -6738033 or 9383833. OLE color: 9383833.

HSL color Cylindrical-coordinate representation of color #992F8F: hue angle of 305.66º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #992F8F is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB15347143-
CMYK00.690.070.4
HSL305.66º53%39.22%-
HSV(B)305.66º69.28%60%-
XYZ19.1110.7927.06-
YUV89.64158.12173.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 47 (18.75% from 255) = 13.70%
BLUE value IS 143 (56.25% from 255) = 41.69%
R=44.61%
G=13.70%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534714300.690.070.4305.665339.22
Hex992F8F0457281323527
Octal2315721701057504626547
Binary100110011011111000111101000101111101000100110010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992F8F; }

 p { color: rgb(153,47,143); }

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

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

 a { background-color: rgb(153,47,143); }

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

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

 span { border-color: rgb(153,47,143); }

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