#992F7D

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

Shades of Dark Purple #992F7D

Tints of Dark Purple #992F7D

Color information

#992F7D (or 0x992F7D) is unknown color: approx Dark Purple. HEX triplet: 99, 2F and 7D. RGB value is (153,47,125). Sum of RGB (Red+Green+Blue) = 153+47+125=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #992F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992F7D is #66D082. Grayscale: #575757. Windows color (decimal): -6738051 or 8204185. OLE color: 8204185.

HSL color Cylindrical-coordinate representation of color #992F7D: hue angle of 315.85º 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 #992F7D is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB15347125-
CMYK00.690.180.4
HSL315.85º53%39.22%-
HSV(B)315.85º69.28%60%-
XYZ17.8610.2920.45-
YUV87.59149.12174.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 47 (18.75% from 255) = 14.46%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=47.08%
G=14.46%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534712500.690.180.4315.855339.22
Hex992F7D045122813c3527
Octal23157175010522504746547
Binary1001100110111111111010100010110010101000100111100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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