Html Css Color HEX #993660 Lipstick

📋 copy color: '#993660'

red 153 ◦ green 54 ◦ blue 96

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

Shades of Lipstick #993660

Tints of Lipstick #993660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

 BLUE value IS 96 (37.89% from 255) = 31.68%

R = 50.5%
G = 17.82%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#993660 (or 0x993660) is known color: Lipstick. HEX triplet: 99, 36 and 60. RGB value is (153,54,96). Sum of RGB (Red+Green+Blue) = 153+54+96=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #993660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993660 is #66C99F. Grayscale: #585858. Windows color (decimal): -6736288 or 6305433. OLE color: 6305433.

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

Color convert

RGB 153 54 96 -
CMYK 0 0.65 0.37 0.4
HSL 334.55º 0.48% 0.41% -
HSV(B) 334.55º 0.65% 0.6% -
XYZ 16.57 10.26 12.17 -
YUV 88.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 153 54 96 0 0.65 0.37 0.4 334.55 0.48 0.41
Hex 99 36 60 0 41 25 28 14F 30 29
Octal 231 66 140 0 101 45 50 517 60 51
Binary 10011001 110110 1100000 0 1000001 100101 101000 101001111 110000 101001

Color Harmonies of #993660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993660

Black with #993660

Text Example


Text Example

White with #993660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993660; }

 p { color: rgb(153,54,96); }

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

background-color css

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

 a { background-color: rgb(153,54,96); }

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

border-color css

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

 span { border-color: rgb(153,54,96); }

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