Html Css Color HEX #983066 Lipstick

📋 copy color: '#983066'

red 152 ◦ green 48 ◦ blue 102

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

Shades of Lipstick #983066

Tints of Lipstick #983066

RGB

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

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

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

R = 50.33%
G = 15.89%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#983066 (or 0x983066) is known color: Lipstick. HEX triplet: 98, 30 and 66. RGB value is (152,48,102). Sum of RGB (Red+Green+Blue) = 152+48+102=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #983066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983066 is #67CF99. Grayscale: #555555. Windows color (decimal): -6803354 or 6697112. OLE color: 6697112.

HSL color Cylindrical-coordinate representation of color #983066: hue angle of 328.85º 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 #983066 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 102 -
CMYK 0 0.68 0.33 0.40
HSL 328.85º 0.52% 0.39% -
HSV(B) 328.85º 0.68% 0.6% -
XYZ 16.4 9.75 13.59 -
YUV 85.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 152 48 102 0 0.68 0.33 0.40 328.85 0.52 0.39
Hex 98 30 66 0 44 21 28 149 34 27
Octal 230 60 146 0 104 41 50 511 64 47
Binary 10011000 110000 1100110 0 1000100 100001 101000 101001001 110100 100111

Color Harmonies of #983066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983066

Black with #983066

Text Example


Text Example

White with #983066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983066; }

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

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

background-color css

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

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

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

border-color css

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

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

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