Html Css Color HEX #982163 Lipstick

📋 copy color: '#982163'

red 152 ◦ green 33 ◦ blue 99

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

Shades of Lipstick #982163

Tints of Lipstick #982163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.62%

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

R = 53.52%
G = 11.62%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#982163 (or 0x982163) is known color: Lipstick. HEX triplet: 98, 21 and 63. RGB value is (152,33,99). Sum of RGB (Red+Green+Blue) = 152+33+99=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #982163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982163 is #67DE9C. Grayscale: #4B4B4B. Windows color (decimal): -6807197 or 6496664. OLE color: 6496664.

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

Color convert

RGB 152 33 99 -
CMYK 0 0.78 0.35 0.40
HSL 326.72º 0.64% 0.36% -
HSV(B) 326.72º 0.78% 0.6% -
XYZ 15.74 8.66 12.65 -
YUV 76.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 152 33 99 0 0.78 0.35 0.40 326.72 0.64 0.36
Hex 98 21 63 0 4E 23 28 147 40 24
Octal 230 41 143 0 116 43 50 507 100 44
Binary 10011000 100001 1100011 0 1001110 100011 101000 101000111 1000000 100100

Color Harmonies of #982163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982163

Black with #982163

Text Example


Text Example

White with #982163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982163; }

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

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

background-color css

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

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

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

border-color css

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

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

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