Html Css Color HEX #993068 Lipstick

📋 copy color: '#993068'

red 153 ◦ green 48 ◦ blue 104

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

Shades of Lipstick #993068

Tints of Lipstick #993068

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.74%

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

R = 50.16%
G = 15.74%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#993068 (or 0x993068) is known color: Lipstick. HEX triplet: 99, 30 and 68. RGB value is (153,48,104). Sum of RGB (Red+Green+Blue) = 153+48+104=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #993068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993068 is #66CF97. Grayscale: #555555. Windows color (decimal): -6737816 or 6828185. OLE color: 6828185.

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

Color convert

RGB 153 48 104 -
CMYK 0 0.69 0.32 0.4
HSL 328º 0.52% 0.39% -
HSV(B) 328º 0.69% 0.6% -
XYZ 16.69 9.89 14.13 -
YUV 85.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 153 48 104 0 0.69 0.32 0.4 328 0.52 0.39
Hex 99 30 68 0 45 20 28 148 34 27
Octal 231 60 150 0 105 40 50 510 64 47
Binary 10011001 110000 1101000 0 1000101 100000 101000 101001000 110100 100111

Color Harmonies of #993068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993068

Black with #993068

Text Example


Text Example

White with #993068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993068; }

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

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

background-color css

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

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

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

border-color css

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

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

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