Html Css Color HEX #983566 Lipstick

📋 copy color: '#983566'

red 152 ◦ green 53 ◦ blue 102

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

Shades of Lipstick #983566

Tints of Lipstick #983566

RGB

 RED value IS 152 (59.77% from 255) = 49.51%

 GREEN value IS 53 (21.09% from 255) = 17.26%

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 49.51%
G = 17.26%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#983566 (or 0x983566) is known color: Lipstick. HEX triplet: 98, 35 and 66. RGB value is (152,53,102). Sum of RGB (Red+Green+Blue) = 152+53+102=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #983566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983566 is #67CA99. Grayscale: #585858. Windows color (decimal): -6802074 or 6698392. OLE color: 6698392.

HSL color Cylindrical-coordinate representation of color #983566: hue angle of 330.3º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #983566 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 53 102 -
CMYK 0 0.65 0.33 0.40
HSL 330.3º 0.48% 0.4% -
HSV(B) 330.3º 0.65% 0.6% -
XYZ 16.62 10.18 13.66 -
YUV 88.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 152 53 102 0 0.65 0.33 0.40 330.3 0.48 0.4
Hex 98 35 66 0 41 21 28 14A 30 28
Octal 230 65 146 0 101 41 50 512 60 50
Binary 10011000 110101 1100110 0 1000001 100001 101000 101001010 110000 101000

Color Harmonies of #983566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983566

Black with #983566

Text Example


Text Example

White with #983566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983566; }

 p { color: rgb(152,53,102); }

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

background-color css

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

 a { background-color: rgb(152,53,102); }

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

border-color css

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

 span { border-color: rgb(152,53,102); }

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