Html Css Color HEX #982158 Lipstick

📋 copy color: '#982158'

red 152 ◦ green 33 ◦ blue 88

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

Shades of Lipstick #982158

Tints of Lipstick #982158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 55.68%
G = 12.09%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#982158 (or 0x982158) is known color: Lipstick. HEX triplet: 98, 21 and 58. RGB value is (152,33,88). Sum of RGB (Red+Green+Blue) = 152+33+88=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #982158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982158 is #67DEA7. Grayscale: #4A4A4A. Windows color (decimal): -6807208 or 5775768. OLE color: 5775768.

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

Color convert

RGB 152 33 88 -
CMYK 0 0.78 0.42 0.40
HSL 332.27º 0.64% 0.36% -
HSV(B) 332.27º 0.78% 0.6% -
XYZ 15.25 8.47 10.06 -
YUV 74.85 135.42 183.03 -
System Red Green Blue C M Y K H S L
Decimal 152 33 88 0 0.78 0.42 0.40 332.27 0.64 0.36
Hex 98 21 58 0 4E 2A 28 14C 40 24
Octal 230 41 130 0 116 52 50 514 100 44
Binary 10011000 100001 1011000 0 1001110 101010 101000 101001100 1000000 100100

Color Harmonies of #982158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982158

Black with #982158

Text Example


Text Example

White with #982158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982158; }

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

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

background-color css

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

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

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

border-color css

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

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

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