Html Css Color HEX #953469 Lipstick

📋 copy color: '#953469'

red 149 ◦ green 52 ◦ blue 105

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

Shades of Lipstick #953469

Tints of Lipstick #953469

RGB

 RED value IS 149 (58.59% from 255) = 48.69%

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

 BLUE value IS 105 (41.41% from 255) = 34.31%

R = 48.69%
G = 16.99%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#953469 (or 0x953469) is known color: Lipstick. HEX triplet: 95, 34 and 69. RGB value is (149,52,105). Sum of RGB (Red+Green+Blue) = 149+52+105=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #953469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953469 is #6ACB96. Grayscale: #565656. Windows color (decimal): -6998935 or 6894741. OLE color: 6894741.

HSL color Cylindrical-coordinate representation of color #953469: hue angle of 327.22º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953469 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 52 105 -
CMYK 0 0.65 0.30 0.42
HSL 327.22º 0.48% 0.39% -
HSV(B) 327.22º 0.65% 0.58% -
XYZ 16.17 9.87 14.42 -
YUV 87.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 149 52 105 0 0.65 0.30 0.42 327.22 0.48 0.39
Hex 95 34 69 0 41 1E 2A 147 30 27
Octal 225 64 151 0 101 36 52 507 60 47
Binary 10010101 110100 1101001 0 1000001 11110 101010 101000111 110000 100111

Color Harmonies of #953469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953469

Black with #953469

Text Example


Text Example

White with #953469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953469; }

 p { color: rgb(149,52,105); }

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

background-color css

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

 a { background-color: rgb(149,52,105); }

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

border-color css

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

 span { border-color: rgb(149,52,105); }

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