Html Css Color HEX #963866 Lipstick

📋 copy color: '#963866'

red 150 ◦ green 56 ◦ blue 102

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

Shades of Lipstick #963866

Tints of Lipstick #963866

RGB

 RED value IS 150 (58.98% from 255) = 48.7%

 GREEN value IS 56 (22.27% from 255) = 18.18%

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

R = 48.7%
G = 18.18%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#963866 (or 0x963866) is known color: Lipstick. HEX triplet: 96, 38 and 66. RGB value is (150,56,102). Sum of RGB (Red+Green+Blue) = 150+56+102=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #963866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963866 is #69C799. Grayscale: #595959. Windows color (decimal): -6932378 or 6699158. OLE color: 6699158.

HSL color Cylindrical-coordinate representation of color #963866: hue angle of 330.64º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963866 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 56 102 -
CMYK 0 0.63 0.32 0.41
HSL 330.64º 0.46% 0.4% -
HSV(B) 330.64º 0.63% 0.59% -
XYZ 16.39 10.27 13.69 -
YUV 89.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 150 56 102 0 0.63 0.32 0.41 330.64 0.46 0.4
Hex 96 38 66 0 3F 20 29 14B 2E 28
Octal 226 70 146 0 77 40 51 513 56 50
Binary 10010110 111000 1100110 0 111111 100000 101001 101001011 101110 101000

Color Harmonies of #963866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963866

Black with #963866

Text Example


Text Example

White with #963866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963866; }

 p { color: rgb(150,56,102); }

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

background-color css

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

 a { background-color: rgb(150,56,102); }

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

border-color css

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

 span { border-color: rgb(150,56,102); }

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