Html Css Color HEX #983167 Lipstick

📋 copy color: '#983167'

red 152 ◦ green 49 ◦ blue 103

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

Shades of Lipstick #983167

Tints of Lipstick #983167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.12%

 BLUE value IS 103 (40.63% from 255) = 33.88%

R = 50%
G = 16.12%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#983167 (or 0x983167) is known color: Lipstick. HEX triplet: 98, 31 and 67. RGB value is (152,49,103). Sum of RGB (Red+Green+Blue) = 152+49+103=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #983167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983167 is #67CE98. Grayscale: #555555. Windows color (decimal): -6803097 or 6762904. OLE color: 6762904.

HSL color Cylindrical-coordinate representation of color #983167: hue angle of 328.54º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983167 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 49 103 -
CMYK 0 0.68 0.32 0.40
HSL 328.54º 0.51% 0.39% -
HSV(B) 328.54º 0.68% 0.6% -
XYZ 16.5 9.85 13.86 -
YUV 85.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 152 49 103 0 0.68 0.32 0.40 328.54 0.51 0.39
Hex 98 31 67 0 44 20 28 149 33 27
Octal 230 61 147 0 104 40 50 511 63 47
Binary 10011000 110001 1100111 0 1000100 100000 101000 101001001 110011 100111

Color Harmonies of #983167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983167

Black with #983167

Text Example


Text Example

White with #983167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983167; }

 p { color: rgb(152,49,103); }

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

background-color css

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

 a { background-color: rgb(152,49,103); }

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

border-color css

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

 span { border-color: rgb(152,49,103); }

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