Html Css Color HEX #992868 Lipstick

📋 copy color: '#992868'

red 153 ◦ green 40 ◦ blue 104

#992868
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #992868

Tints of Lipstick #992868

RGB

 RED value IS 153 (60.16% from 255) = 51.52%

 GREEN value IS 40 (16.02% from 255) = 13.47%

 BLUE value IS 104 (41.02% from 255) = 35.02%

R = 51.52%
G = 13.47%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#992868 (or 0x992868) is known color: Lipstick. HEX triplet: 99, 28 and 68. RGB value is (153,40,104). Sum of RGB (Red+Green+Blue) = 153+40+104=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #992868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992868 is #66D797. Grayscale: #505050. Windows color (decimal): -6739864 or 6826137. OLE color: 6826137.

HSL color Cylindrical-coordinate representation of color #992868: hue angle of 326.02º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992868 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 40 104 -
CMYK 0 0.74 0.32 0.4
HSL 326.02º 0.59% 0.38% -
HSV(B) 326.02º 0.74% 0.6% -
XYZ 16.39 9.29 14.03 -
YUV 81.08 140.94 179.3 -
System Red Green Blue C M Y K H S L
Decimal 153 40 104 0 0.74 0.32 0.4 326.02 0.59 0.38
Hex 99 28 68 0 4A 20 28 146 3B 26
Octal 231 50 150 0 112 40 50 506 73 46
Binary 10011001 101000 1101000 0 1001010 100000 101000 101000110 111011 100110

Color Harmonies of #992868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992868

Black with #992868

Text Example


Text Example

White with #992868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992868; }

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

 H1.HeaderClassName
 {
   color: #992868;
 }
 .AnyTagClassName
 {
   color: #992868;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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