Html Css Color HEX #8F2163 Lipstick

📋 copy color: '#8F2163'

red 143 ◦ green 33 ◦ blue 99

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

Shades of Lipstick #8F2163

Tints of Lipstick #8F2163

RGB

 RED value IS 143 (56.25% from 255) = 52%

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

 BLUE value IS 99 (39.06% from 255) = 36%

R = 52%
G = 12%
B = 36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8F2163 (or 0x8F2163) is known color: Lipstick. HEX triplet: 8F, 21 and 63. RGB value is (143,33,99). Sum of RGB (Red+Green+Blue) = 143+33+99=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2163 is #70DE9C. Grayscale: #494949. Windows color (decimal): -7397021 or 6496655. OLE color: 6496655.

HSL color Cylindrical-coordinate representation of color #8F2163: hue angle of 324º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2163 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 33 99 -
CMYK 0 0.77 0.31 0.44
HSL 324º 0.63% 0.35% -
HSV(B) 324º 0.77% 0.56% -
XYZ 14.12 7.83 12.57 -
YUV 73.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 143 33 99 0 0.77 0.31 0.44 324 0.63 0.35
Hex 8F 21 63 0 4D 1F 2C 144 3E 23
Octal 217 41 143 0 115 37 54 504 76 43
Binary 10001111 100001 1100011 0 1001101 11111 101100 101000100 111110 100011

Color Harmonies of #8F2163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2163

Black with #8F2163

Text Example


Text Example

White with #8F2163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F2163; }

 p { color: rgb(143,33,99); }

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

background-color css

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

 a { background-color: rgb(143,33,99); }

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

border-color css

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

 span { border-color: rgb(143,33,99); }

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