Html Css Color HEX #963865 Lipstick

📋 copy color: '#963865'

red 150 ◦ green 56 ◦ blue 101

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

Shades of Lipstick #963865

Tints of Lipstick #963865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.9%

R = 48.86%
G = 18.24%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#963865 (or 0x963865) is known color: Lipstick. HEX triplet: 96, 38 and 65. RGB value is (150,56,101). Sum of RGB (Red+Green+Blue) = 150+56+101=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #963865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963865 is #69C79A. Grayscale: #595959. Windows color (decimal): -6932379 or 6633622. OLE color: 6633622.

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

Color convert

RGB 150 56 101 -
CMYK 0 0.63 0.33 0.41
HSL 331.28º 0.46% 0.4% -
HSV(B) 331.28º 0.63% 0.59% -
XYZ 16.34 10.25 13.43 -
YUV 89.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 150 56 101 0 0.63 0.33 0.41 331.28 0.46 0.4
Hex 96 38 65 0 3F 21 29 14B 2E 28
Octal 226 70 145 0 77 41 51 513 56 50
Binary 10010110 111000 1100101 0 111111 100001 101001 101001011 101110 101000

Color Harmonies of #963865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963865

Black with #963865

Text Example


Text Example

White with #963865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963865; }

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

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

background-color css

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

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

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

border-color css

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

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

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