Html Css Color HEX #982165 Lipstick

📋 copy color: '#982165'

red 152 ◦ green 33 ◦ blue 101

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

Shades of Lipstick #982165

Tints of Lipstick #982165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 53.15%
G = 11.54%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#982165 (or 0x982165) is known color: Lipstick. HEX triplet: 98, 21 and 65. RGB value is (152,33,101). Sum of RGB (Red+Green+Blue) = 152+33+101=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #982165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982165 is #67DE9A. Grayscale: #4C4C4C. Windows color (decimal): -6807195 or 6627736. OLE color: 6627736.

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

Color convert

RGB 152 33 101 -
CMYK 0 0.78 0.34 0.40
HSL 325.71º 0.64% 0.36% -
HSV(B) 325.71º 0.78% 0.6% -
XYZ 15.84 8.7 13.16 -
YUV 76.33 141.92 181.97 -
System Red Green Blue C M Y K H S L
Decimal 152 33 101 0 0.78 0.34 0.40 325.71 0.64 0.36
Hex 98 21 65 0 4E 22 28 146 40 24
Octal 230 41 145 0 116 42 50 506 100 44
Binary 10011000 100001 1100101 0 1001110 100010 101000 101000110 1000000 100100

Color Harmonies of #982165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982165

Black with #982165

Text Example


Text Example

White with #982165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982165; }

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

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

background-color css

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

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

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

border-color css

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

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

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