#992570

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

Shades of Dark Purple #992570

Tints of Dark Purple #992570

Color information

#992570 (or 0x992570) is unknown color: approx Dark Purple. HEX triplet: 99, 25 and 70. RGB value is (153,37,112). Sum of RGB (Red+Green+Blue) = 153+37+112=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #992570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992570 is #66DA8F. Grayscale: #505050. Windows color (decimal): -6740624 or 7349657. OLE color: 7349657.

HSL color Cylindrical-coordinate representation of color #992570: hue angle of 321.21º 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 #992570 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB15337112-
CMYK00.760.270.4
HSL321.21º61.05%37.25%-
HSV(B)321.21º75.82%60%-
XYZ16.729.2716.24-
YUV80.23145.93179.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.66%
GREEN value IS 37 (14.84% from 255) = 12.25%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=50.66%
G=12.25%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533711200.760.270.4321.2161.0537.25
Hex99257004C1B281413d25
Octal23145160011433505017545
Binary1001100110010111100000100110011011101000101000001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992570; }

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

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

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

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

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

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

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

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