Html Css Color HEX #953066 Lipstick

📋 copy color: '#953066'

red 149 ◦ green 48 ◦ blue 102

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

Shades of Lipstick #953066

Tints of Lipstick #953066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.11%

R = 49.83%
G = 16.05%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#953066 (or 0x953066) is known color: Lipstick. HEX triplet: 95, 30 and 66. RGB value is (149,48,102). Sum of RGB (Red+Green+Blue) = 149+48+102=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #953066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953066 is #6ACF99. Grayscale: #545454. Windows color (decimal): -6999962 or 6697109. OLE color: 6697109.

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

Color convert

RGB 149 48 102 -
CMYK 0 0.68 0.32 0.42
HSL 327.92º 0.51% 0.39% -
HSV(B) 327.92º 0.68% 0.58% -
XYZ 15.85 9.46 13.56 -
YUV 84.36 137.96 174.11 -
System Red Green Blue C M Y K H S L
Decimal 149 48 102 0 0.68 0.32 0.42 327.92 0.51 0.39
Hex 95 30 66 0 44 20 2A 148 33 27
Octal 225 60 146 0 104 40 52 510 63 47
Binary 10010101 110000 1100110 0 1000100 100000 101010 101001000 110011 100111

Color Harmonies of #953066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953066

Black with #953066

Text Example


Text Example

White with #953066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953066; }

 p { color: rgb(149,48,102); }

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

background-color css

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

 a { background-color: rgb(149,48,102); }

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

border-color css

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

 span { border-color: rgb(149,48,102); }

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