Html Css Color HEX #962566 Lipstick

📋 copy color: '#962566'

red 150 ◦ green 37 ◦ blue 102

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

Shades of Lipstick #962566

Tints of Lipstick #962566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.8%

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

R = 51.9%
G = 12.8%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#962566 (or 0x962566) is known color: Lipstick. HEX triplet: 96, 25 and 66. RGB value is (150,37,102). Sum of RGB (Red+Green+Blue) = 150+37+102=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #962566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962566 is #69DA99. Grayscale: #4E4E4E. Windows color (decimal): -6937242 or 6694294. OLE color: 6694294.

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

Color convert

RGB 150 37 102 -
CMYK 0 0.75 0.32 0.41
HSL 325.49º 0.6% 0.37% -
HSV(B) 325.49º 0.75% 0.59% -
XYZ 15.64 8.77 13.44 -
YUV 78.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 150 37 102 0 0.75 0.32 0.41 325.49 0.6 0.37
Hex 96 25 66 0 4B 20 29 145 3C 25
Octal 226 45 146 0 113 40 51 505 74 45
Binary 10010110 100101 1100110 0 1001011 100000 101001 101000101 111100 100101

Color Harmonies of #962566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962566

Black with #962566

Text Example


Text Example

White with #962566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962566; }

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

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

background-color css

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

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

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

border-color css

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

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

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