#992568

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

Shades of Lipstick #992568

Tints of Lipstick #992568

Color information

#992568 (or 0x992568) is unknown color: approx Lipstick. HEX triplet: 99, 25 and 68. RGB value is (153,37,104). Sum of RGB (Red+Green+Blue) = 153+37+104=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #992568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992568 is #66DA97. Grayscale: #4F4F4F. Windows color (decimal): -6740632 or 6825369. OLE color: 6825369.

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

Color convert

RGB15337104-
CMYK00.760.320.4
HSL325.34º61.05%37.25%-
HSV(B)325.34º75.82%60%-
XYZ16.39.0913.99-
YUV79.32141.93180.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 37 (14.84% from 255) = 12.59%
BLUE value IS 104 (41.02% from 255) = 35.37%
R=52.04%
G=12.59%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533710400.760.320.4325.3461.0537.25
Hex99256804C20281453d25
Octal23145150011440505057545
Binary10011001100101110100001001100100000101000101000101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992568; }

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

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

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

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

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

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

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

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