Html Css Color HEX #993162 Lipstick

📋 copy color: '#993162'

red 153 ◦ green 49 ◦ blue 98

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

Shades of Lipstick #993162

Tints of Lipstick #993162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.33%

 BLUE value IS 98 (38.67% from 255) = 32.67%

R = 51%
G = 16.33%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#993162 (or 0x993162) is known color: Lipstick. HEX triplet: 99, 31 and 62. RGB value is (153,49,98). Sum of RGB (Red+Green+Blue) = 153+49+98=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #993162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993162 is #66CE9D. Grayscale: #555555. Windows color (decimal): -6737566 or 6435225. OLE color: 6435225.

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

Color convert

RGB 153 49 98 -
CMYK 0 0.68 0.36 0.4
HSL 331.73º 0.51% 0.4% -
HSV(B) 331.73º 0.68% 0.6% -
XYZ 16.44 9.85 12.59 -
YUV 85.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 153 49 98 0 0.68 0.36 0.4 331.73 0.51 0.4
Hex 99 31 62 0 44 24 28 14C 33 28
Octal 231 61 142 0 104 44 50 514 63 50
Binary 10011001 110001 1100010 0 1000100 100100 101000 101001100 110011 101000

Color Harmonies of #993162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993162

Black with #993162

Text Example


Text Example

White with #993162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993162; }

 p { color: rgb(153,49,98); }

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

background-color css

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

 a { background-color: rgb(153,49,98); }

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

border-color css

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

 span { border-color: rgb(153,49,98); }

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