Html Css Color HEX #963067 Lipstick

📋 copy color: '#963067'

red 150 ◦ green 48 ◦ blue 103

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

Shades of Lipstick #963067

Tints of Lipstick #963067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.95%

 BLUE value IS 103 (40.63% from 255) = 34.22%

R = 49.83%
G = 15.95%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#963067 (or 0x963067) is known color: Lipstick. HEX triplet: 96, 30 and 67. RGB value is (150,48,103). Sum of RGB (Red+Green+Blue) = 150+48+103=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #963067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963067 is #69CF98. Grayscale: #545454. Windows color (decimal): -6934425 or 6762646. OLE color: 6762646.

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

Color convert

RGB 150 48 103 -
CMYK 0 0.68 0.31 0.41
HSL 327.65º 0.52% 0.39% -
HSV(B) 327.65º 0.68% 0.59% -
XYZ 16.08 9.58 13.83 -
YUV 84.77 138.29 174.53 -
System Red Green Blue C M Y K H S L
Decimal 150 48 103 0 0.68 0.31 0.41 327.65 0.52 0.39
Hex 96 30 67 0 44 1F 29 148 34 27
Octal 226 60 147 0 104 37 51 510 64 47
Binary 10010110 110000 1100111 0 1000100 11111 101001 101001000 110100 100111

Color Harmonies of #963067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963067

Black with #963067

Text Example


Text Example

White with #963067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963067; }

 p { color: rgb(150,48,103); }

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

background-color css

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

 a { background-color: rgb(150,48,103); }

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

border-color css

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

 span { border-color: rgb(150,48,103); }

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