Html Css Color HEX #98296C Lipstick

📋 copy color: '#98296C'

red 152 ◦ green 41 ◦ blue 108

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

Shades of Lipstick #98296C

Tints of Lipstick #98296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 50.5%
G = 13.62%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98296C (or 0x98296C) is known color: Lipstick. HEX triplet: 98, 29 and 6C. RGB value is (152,41,108). Sum of RGB (Red+Green+Blue) = 152+41+108=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98296C is #67D693. Grayscale: #515151. Windows color (decimal): -6805140 or 7088536. OLE color: 7088536.

HSL color Cylindrical-coordinate representation of color #98296C: hue angle of 323.78º 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 #98296C is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 41 108 -
CMYK 0 0.73 0.29 0.40
HSL 323.78º 0.58% 0.38% -
HSV(B) 323.78º 0.73% 0.6% -
XYZ 16.45 9.34 15.12 -
YUV 81.83 142.77 178.05 -
System Red Green Blue C M Y K H S L
Decimal 152 41 108 0 0.73 0.29 0.40 323.78 0.58 0.38
Hex 98 29 6C 0 49 1D 28 144 3A 26
Octal 230 51 154 0 111 35 50 504 72 46
Binary 10011000 101001 1101100 0 1001001 11101 101000 101000100 111010 100110

Color Harmonies of #98296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98296C

Black with #98296C

Text Example


Text Example

White with #98296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98296C; }

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

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

background-color css

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

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

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

border-color css

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

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

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