Html Css Color HEX #982063 Lipstick

📋 copy color: '#982063'

red 152 ◦ green 32 ◦ blue 99

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

Shades of Lipstick #982063

Tints of Lipstick #982063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

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

R = 53.71%
G = 11.31%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#982063 (or 0x982063) is known color: Lipstick. HEX triplet: 98, 20 and 63. RGB value is (152,32,99). Sum of RGB (Red+Green+Blue) = 152+32+99=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #982063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982063 is #67DF9C. Grayscale: #4B4B4B. Windows color (decimal): -6807453 or 6496408. OLE color: 6496408.

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

Color convert

RGB 152 32 99 -
CMYK 0 0.79 0.35 0.40
HSL 326.5º 0.65% 0.36% -
HSV(B) 326.5º 0.79% 0.6% -
XYZ 15.72 8.61 12.64 -
YUV 75.52 141.26 182.55 -
System Red Green Blue C M Y K H S L
Decimal 152 32 99 0 0.79 0.35 0.40 326.5 0.65 0.36
Hex 98 20 63 0 4F 23 28 146 41 24
Octal 230 40 143 0 117 43 50 506 101 44
Binary 10011000 100000 1100011 0 1001111 100011 101000 101000110 1000001 100100

Color Harmonies of #982063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982063

Black with #982063

Text Example


Text Example

White with #982063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982063; }

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

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

background-color css

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

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

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

border-color css

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

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

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