Html Css Color HEX #962163 Lipstick

📋 copy color: '#962163'

red 150 ◦ green 33 ◦ blue 99

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

Shades of Lipstick #962163

Tints of Lipstick #962163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

 BLUE value IS 99 (39.06% from 255) = 35.11%

R = 53.19%
G = 11.7%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#962163 (or 0x962163) is known color: Lipstick. HEX triplet: 96, 21 and 63. RGB value is (150,33,99). Sum of RGB (Red+Green+Blue) = 150+33+99=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #962163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962163 is #69DE9C. Grayscale: #4B4B4B. Windows color (decimal): -6938269 or 6496662. OLE color: 6496662.

HSL color Cylindrical-coordinate representation of color #962163: hue angle of 326.15º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962163 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 99 -
CMYK 0 0.78 0.34 0.41
HSL 326.15º 0.64% 0.36% -
HSV(B) 326.15º 0.78% 0.59% -
XYZ 15.37 8.47 12.63 -
YUV 75.51 141.26 181.13 -
System Red Green Blue C M Y K H S L
Decimal 150 33 99 0 0.78 0.34 0.41 326.15 0.64 0.36
Hex 96 21 63 0 4E 22 29 146 40 24
Octal 226 41 143 0 116 42 51 506 100 44
Binary 10010110 100001 1100011 0 1001110 100010 101001 101000110 1000000 100100

Color Harmonies of #962163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962163

Black with #962163

Text Example


Text Example

White with #962163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962163; }

 p { color: rgb(150,33,99); }

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

background-color css

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

 a { background-color: rgb(150,33,99); }

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

border-color css

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

 span { border-color: rgb(150,33,99); }

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