Html Css Color HEX #962061 Lipstick

📋 copy color: '#962061'

red 150 ◦ green 32 ◦ blue 97

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

Shades of Lipstick #962061

Tints of Lipstick #962061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.47%

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 53.76%
G = 11.47%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#962061 (or 0x962061) is known color: Lipstick. HEX triplet: 96, 20 and 61. RGB value is (150,32,97). Sum of RGB (Red+Green+Blue) = 150+32+97=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #962061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962061 is #69DF9E. Grayscale: #4A4A4A. Windows color (decimal): -6938527 or 6365334. OLE color: 6365334.

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

Color convert

RGB 150 32 97 -
CMYK 0 0.79 0.35 0.41
HSL 326.95º 0.65% 0.36% -
HSV(B) 326.95º 0.79% 0.59% -
XYZ 15.25 8.38 12.12 -
YUV 74.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 150 32 97 0 0.79 0.35 0.41 326.95 0.65 0.36
Hex 96 20 61 0 4F 23 29 147 41 24
Octal 226 40 141 0 117 43 51 507 101 44
Binary 10010110 100000 1100001 0 1001111 100011 101001 101000111 1000001 100100

Color Harmonies of #962061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962061

Black with #962061

Text Example


Text Example

White with #962061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962061; }

 p { color: rgb(150,32,97); }

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

background-color css

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

 a { background-color: rgb(150,32,97); }

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

border-color css

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

 span { border-color: rgb(150,32,97); }

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