#983067

Color #983067 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #983067

Tints of Lipstick #983067

Color information

#983067 (or 0x983067) is unknown color: approx Lipstick. HEX triplet: 98, 30 and 67. RGB value is (152,48,103). Sum of RGB (Red+Green+Blue) = 152+48+103=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #983067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983067 is #67CF98. Grayscale: #555555. Windows color (decimal): -6803353 or 6762648. OLE color: 6762648.

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

Color convert

RGB15248103-
CMYK00.680.320.40
HSL328.27º52%39.22%-
HSV(B)328.27º68.42%59.61%-
XYZ16.459.7713.85-
YUV85.37137.96175.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.17%
GREEN value IS 48 (19.14% from 255) = 15.84%
BLUE value IS 103 (40.62% from 255) = 33.99%
R=50.17%
G=15.84%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524810300.680.320.40328.275239.22
Hex98306704420281483427
Octal23060147010440505106447
Binary10011000110000110011101000100100000101000101001000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983067; }

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

 H1.HeaderClassName
 {
   color: #983067;
 }
 .AnyTagClassName
 {
   color: #983067;
 }
</style>
background-color css

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

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

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

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

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

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