#992569

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

Shades of Lipstick #992569

Tints of Lipstick #992569

Color information

#992569 (or 0x992569) is unknown color: approx Lipstick. HEX triplet: 99, 25 and 69. RGB value is (153,37,105). Sum of RGB (Red+Green+Blue) = 153+37+105=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #992569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992569 is #66DA96. Grayscale: #4F4F4F. Windows color (decimal): -6740631 or 6890905. OLE color: 6890905.

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

Color convert

RGB15337105-
CMYK00.760.310.4
HSL324.83º61.05%37.25%-
HSV(B)324.83º75.82%60%-
XYZ16.359.1214.26-
YUV79.44142.43180.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.86%
GREEN value IS 37 (14.84% from 255) = 12.54%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=51.86%
G=12.54%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533710500.760.310.4324.8361.0537.25
Hex99256904C1F281453d25
Octal23145151011437505057545
Binary1001100110010111010010100110011111101000101000101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992569; }

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

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

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

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

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

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

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

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