Html Css Color HEX #962468 Lipstick

📋 copy color: '#962468'

red 150 ◦ green 36 ◦ blue 104

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

Shades of Lipstick #962468

Tints of Lipstick #962468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.41%

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 51.72%
G = 12.41%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#962468 (or 0x962468) is known color: Lipstick. HEX triplet: 96, 24 and 68. RGB value is (150,36,104). Sum of RGB (Red+Green+Blue) = 150+36+104=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #962468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962468 is #69DB97. Grayscale: #4D4D4D. Windows color (decimal): -6937496 or 6825110. OLE color: 6825110.

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

Color convert

RGB 150 36 104 -
CMYK 0 0.76 0.31 0.41
HSL 324.21º 0.61% 0.36% -
HSV(B) 324.21º 0.76% 0.59% -
XYZ 15.71 8.75 13.96 -
YUV 77.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 150 36 104 0 0.76 0.31 0.41 324.21 0.61 0.36
Hex 96 24 68 0 4C 1F 29 144 3D 24
Octal 226 44 150 0 114 37 51 504 75 44
Binary 10010110 100100 1101000 0 1001100 11111 101001 101000100 111101 100100

Color Harmonies of #962468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962468

Black with #962468

Text Example


Text Example

White with #962468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962468; }

 p { color: rgb(150,36,104); }

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

background-color css

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

 a { background-color: rgb(150,36,104); }

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

border-color css

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

 span { border-color: rgb(150,36,104); }

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