Html Css Color HEX #962563 Lipstick

📋 copy color: '#962563'

red 150 ◦ green 37 ◦ blue 99

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

Shades of Lipstick #962563

Tints of Lipstick #962563

RGB

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

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

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

R = 52.45%
G = 12.94%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#962563 (or 0x962563) is known color: Lipstick. HEX triplet: 96, 25 and 63. RGB value is (150,37,99). Sum of RGB (Red+Green+Blue) = 150+37+99=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #962563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962563 is #69DA9C. Grayscale: #4D4D4D. Windows color (decimal): -6937245 or 6497686. OLE color: 6497686.

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

Color convert

RGB 150 37 99 -
CMYK 0 0.75 0.34 0.41
HSL 327.08º 0.6% 0.37% -
HSV(B) 327.08º 0.75% 0.59% -
XYZ 15.49 8.71 12.67 -
YUV 77.86 139.94 179.46 -
System Red Green Blue C M Y K H S L
Decimal 150 37 99 0 0.75 0.34 0.41 327.08 0.6 0.37
Hex 96 25 63 0 4B 22 29 147 3C 25
Octal 226 45 143 0 113 42 51 507 74 45
Binary 10010110 100101 1100011 0 1001011 100010 101001 101000111 111100 100101

Color Harmonies of #962563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962563

Black with #962563

Text Example


Text Example

White with #962563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962563; }

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

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

background-color css

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

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

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

border-color css

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

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

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