Html Css Color HEX #993468 Lipstick

📋 copy color: '#993468'

red 153 ◦ green 52 ◦ blue 104

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

Shades of Lipstick #993468

Tints of Lipstick #993468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.83%

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

R = 49.51%
G = 16.83%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#993468 (or 0x993468) is known color: Lipstick. HEX triplet: 99, 34 and 68. RGB value is (153,52,104). Sum of RGB (Red+Green+Blue) = 153+52+104=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #993468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993468 is #66CB97. Grayscale: #585858. Windows color (decimal): -6736792 or 6829209. OLE color: 6829209.

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

Color convert

RGB 153 52 104 -
CMYK 0 0.66 0.32 0.4
HSL 329.11º 0.49% 0.4% -
HSV(B) 329.11º 0.66% 0.6% -
XYZ 16.86 10.23 14.18 -
YUV 88.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 153 52 104 0 0.66 0.32 0.4 329.11 0.49 0.4
Hex 99 34 68 0 42 20 28 149 31 28
Octal 231 64 150 0 102 40 50 511 61 50
Binary 10011001 110100 1101000 0 1000010 100000 101000 101001001 110001 101000

Color Harmonies of #993468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993468

Black with #993468

Text Example


Text Example

White with #993468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993468; }

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

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

background-color css

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

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

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

border-color css

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

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

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