Html Css Color HEX #992161 Lipstick

📋 copy color: '#992161'

red 153 ◦ green 33 ◦ blue 97

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

Shades of Lipstick #992161

Tints of Lipstick #992161

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

 BLUE value IS 97 (38.28% from 255) = 34.28%

R = 54.06%
G = 11.66%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#992161 (or 0x992161) is known color: Lipstick. HEX triplet: 99, 21 and 61. RGB value is (153,33,97). Sum of RGB (Red+Green+Blue) = 153+33+97=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #992161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992161 is #66DE9E. Grayscale: #4C4C4C. Windows color (decimal): -6741663 or 6365593. OLE color: 6365593.

HSL color Cylindrical-coordinate representation of color #992161: hue angle of 328º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992161 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 33 97 -
CMYK 0 0.78 0.37 0.4
HSL 328º 0.65% 0.36% -
HSV(B) 328º 0.78% 0.6% -
XYZ 15.84 8.72 12.16 -
YUV 76.18 139.76 182.8 -
System Red Green Blue C M Y K H S L
Decimal 153 33 97 0 0.78 0.37 0.4 328 0.65 0.36
Hex 99 21 61 0 4E 25 28 148 41 24
Octal 231 41 141 0 116 45 50 510 101 44
Binary 10011001 100001 1100001 0 1001110 100101 101000 101001000 1000001 100100

Color Harmonies of #992161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992161

Black with #992161

Text Example


Text Example

White with #992161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992161; }

 p { color: rgb(153,33,97); }

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

background-color css

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

 a { background-color: rgb(153,33,97); }

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

border-color css

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

 span { border-color: rgb(153,33,97); }

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