Html Css Color HEX #963469 Lipstick

📋 copy color: '#963469'

red 150 ◦ green 52 ◦ blue 105

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

Shades of Lipstick #963469

Tints of Lipstick #963469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.94%

 BLUE value IS 105 (41.41% from 255) = 34.2%

R = 48.86%
G = 16.94%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#963469 (or 0x963469) is known color: Lipstick. HEX triplet: 96, 34 and 69. RGB value is (150,52,105). Sum of RGB (Red+Green+Blue) = 150+52+105=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #963469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963469 is #69CB96. Grayscale: #575757. Windows color (decimal): -6933399 or 6894742. OLE color: 6894742.

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

Color convert

RGB 150 52 105 -
CMYK 0 0.65 0.30 0.41
HSL 327.55º 0.49% 0.4% -
HSV(B) 327.55º 0.65% 0.59% -
XYZ 16.36 9.96 14.43 -
YUV 87.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 150 52 105 0 0.65 0.30 0.41 327.55 0.49 0.4
Hex 96 34 69 0 41 1E 29 148 31 28
Octal 226 64 151 0 101 36 51 510 61 50
Binary 10010110 110100 1101001 0 1000001 11110 101001 101001000 110001 101000

Color Harmonies of #963469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963469

Black with #963469

Text Example


Text Example

White with #963469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963469; }

 p { color: rgb(150,52,105); }

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

background-color css

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

 a { background-color: rgb(150,52,105); }

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

border-color css

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

 span { border-color: rgb(150,52,105); }

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