Html Css Color HEX #993467 Lipstick

📋 copy color: '#993467'

red 153 ◦ green 52 ◦ blue 103

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

Shades of Lipstick #993467

Tints of Lipstick #993467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.44%

R = 49.68%
G = 16.88%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#993467 (or 0x993467) is known color: Lipstick. HEX triplet: 99, 34 and 67. RGB value is (153,52,103). Sum of RGB (Red+Green+Blue) = 153+52+103=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #993467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993467 is #66CB98. Grayscale: #575757. Windows color (decimal): -6736793 or 6763673. OLE color: 6763673.

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

Color convert

RGB 153 52 103 -
CMYK 0 0.66 0.33 0.4
HSL 329.7º 0.49% 0.4% -
HSV(B) 329.7º 0.66% 0.6% -
XYZ 16.81 10.21 13.92 -
YUV 88.01 136.46 174.35 -
System Red Green Blue C M Y K H S L
Decimal 153 52 103 0 0.66 0.33 0.4 329.7 0.49 0.4
Hex 99 34 67 0 42 21 28 14A 31 28
Octal 231 64 147 0 102 41 50 512 61 50
Binary 10011001 110100 1100111 0 1000010 100001 101000 101001010 110001 101000

Color Harmonies of #993467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993467

Black with #993467

Text Example


Text Example

White with #993467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993467; }

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

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

background-color css

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

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

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

border-color css

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

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

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