Html Css Color HEX #992154 Lipstick

📋 copy color: '#992154'

red 153 ◦ green 33 ◦ blue 84

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

Shades of Lipstick #992154

Tints of Lipstick #992154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.11%

R = 56.67%
G = 12.22%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#992154 (or 0x992154) is known color: Lipstick. HEX triplet: 99, 21 and 54. RGB value is (153,33,84). Sum of RGB (Red+Green+Blue) = 153+33+84=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #992154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992154 is #66DEAB. Grayscale: #4A4A4A. Windows color (decimal): -6741676 or 5513625. OLE color: 5513625.

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

Color convert

RGB 153 33 84 -
CMYK 0 0.78 0.45 0.4
HSL 334.5º 0.65% 0.36% -
HSV(B) 334.5º 0.78% 0.6% -
XYZ 15.28 8.5 9.22 -
YUV 74.69 133.26 183.85 -
System Red Green Blue C M Y K H S L
Decimal 153 33 84 0 0.78 0.45 0.4 334.5 0.65 0.36
Hex 99 21 54 0 4E 2D 28 14E 41 24
Octal 231 41 124 0 116 55 50 516 101 44
Binary 10011001 100001 1010100 0 1001110 101101 101000 101001110 1000001 100100

Color Harmonies of #992154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992154

Black with #992154

Text Example


Text Example

White with #992154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992154; }

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

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

background-color css

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

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

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

border-color css

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

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

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