Html Css Color HEX #983063 Lipstick

📋 copy color: '#983063'

red 152 ◦ green 48 ◦ blue 99

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

Shades of Lipstick #983063

Tints of Lipstick #983063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.11%

R = 50.84%
G = 16.05%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#983063 (or 0x983063) is known color: Lipstick. HEX triplet: 98, 30 and 63. RGB value is (152,48,99). Sum of RGB (Red+Green+Blue) = 152+48+99=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #983063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983063 is #67CF9C. Grayscale: #545454. Windows color (decimal): -6803357 or 6500504. OLE color: 6500504.

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

Color convert

RGB 152 48 99 -
CMYK 0 0.68 0.35 0.40
HSL 330.58º 0.52% 0.39% -
HSV(B) 330.58º 0.68% 0.6% -
XYZ 16.26 9.69 12.82 -
YUV 84.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 152 48 99 0 0.68 0.35 0.40 330.58 0.52 0.39
Hex 98 30 63 0 44 23 28 14B 34 27
Octal 230 60 143 0 104 43 50 513 64 47
Binary 10011000 110000 1100011 0 1000100 100011 101000 101001011 110100 100111

Color Harmonies of #983063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983063

Black with #983063

Text Example


Text Example

White with #983063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983063; }

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

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

background-color css

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

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

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

border-color css

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

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

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