Html Css Color HEX #982661 Lipstick

📋 copy color: '#982661'

red 152 ◦ green 38 ◦ blue 97

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

Shades of Lipstick #982661

Tints of Lipstick #982661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.24%

 BLUE value IS 97 (38.28% from 255) = 33.8%

R = 52.96%
G = 13.24%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#982661 (or 0x982661) is known color: Lipstick. HEX triplet: 98, 26 and 61. RGB value is (152,38,97). Sum of RGB (Red+Green+Blue) = 152+38+97=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #982661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982661 is #67D99E. Grayscale: #4E4E4E. Windows color (decimal): -6805919 or 6366872. OLE color: 6366872.

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

Color convert

RGB 152 38 97 -
CMYK 0 0.75 0.36 0.40
HSL 328.95º 0.6% 0.37% -
HSV(B) 328.95º 0.75% 0.6% -
XYZ 15.8 8.92 12.2 -
YUV 78.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 152 38 97 0 0.75 0.36 0.40 328.95 0.6 0.37
Hex 98 26 61 0 4B 24 28 149 3C 25
Octal 230 46 141 0 113 44 50 511 74 45
Binary 10011000 100110 1100001 0 1001011 100100 101000 101001001 111100 100101

Color Harmonies of #982661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982661

Black with #982661

Text Example


Text Example

White with #982661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982661; }

 p { color: rgb(152,38,97); }

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

background-color css

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

 a { background-color: rgb(152,38,97); }

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

border-color css

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

 span { border-color: rgb(152,38,97); }

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