Html Css Color HEX #982963 Lipstick

📋 copy color: '#982963'

red 152 ◦ green 41 ◦ blue 99

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

Shades of Lipstick #982963

Tints of Lipstick #982963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.04%

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

R = 52.05%
G = 14.04%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#982963 (or 0x982963) is known color: Lipstick. HEX triplet: 98, 29 and 63. RGB value is (152,41,99). Sum of RGB (Red+Green+Blue) = 152+41+99=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #982963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982963 is #67D69C. Grayscale: #505050. Windows color (decimal): -6805149 or 6498712. OLE color: 6498712.

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

Color convert

RGB 152 41 99 -
CMYK 0 0.73 0.35 0.40
HSL 328.65º 0.58% 0.38% -
HSV(B) 328.65º 0.73% 0.6% -
XYZ 15.99 9.16 12.73 -
YUV 80.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 152 41 99 0 0.73 0.35 0.40 328.65 0.58 0.38
Hex 98 29 63 0 49 23 28 149 3A 26
Octal 230 51 143 0 111 43 50 511 72 46
Binary 10011000 101001 1100011 0 1001001 100011 101000 101001001 111010 100110

Color Harmonies of #982963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982963

Black with #982963

Text Example


Text Example

White with #982963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982963; }

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

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

background-color css

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

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

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

border-color css

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

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

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