Html Css Color HEX #962A6A Lipstick

📋 copy color: '#962A6A'

red 150 ◦ green 42 ◦ blue 106

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

Shades of Lipstick #962A6A

Tints of Lipstick #962A6A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.09%

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 50.34%
G = 14.09%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#962A6A (or 0x962A6A) is known color: Lipstick. HEX triplet: 96, 2A and 6A. RGB value is (150,42,106). Sum of RGB (Red+Green+Blue) = 150+42+106=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #962A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962A6A is #69D595. Grayscale: #515151. Windows color (decimal): -6935958 or 6957718. OLE color: 6957718.

HSL color Cylindrical-coordinate representation of color #962A6A: hue angle of 324.44º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #962A6A is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 42 106 -
CMYK 0 0.72 0.29 0.41
HSL 324.44º 0.56% 0.38% -
HSV(B) 324.44º 0.72% 0.59% -
XYZ 16.01 9.18 14.56 -
YUV 81.59 141.78 176.8 -
System Red Green Blue C M Y K H S L
Decimal 150 42 106 0 0.72 0.29 0.41 324.44 0.56 0.38
Hex 96 2A 6A 0 48 1D 29 144 38 26
Octal 226 52 152 0 110 35 51 504 70 46
Binary 10010110 101010 1101010 0 1001000 11101 101001 101000100 111000 100110

Color Harmonies of #962A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962A6A

Black with #962A6A

Text Example


Text Example

White with #962A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962A6A; }

 p { color: rgb(150,42,106); }

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

background-color css

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

 a { background-color: rgb(150,42,106); }

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

border-color css

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

 span { border-color: rgb(150,42,106); }

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