Html Css Color HEX #8F0273 Eggplant

📋 copy color: '#8F0273'

red 143 ◦ green 2 ◦ blue 115

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

Shades of Eggplant #8F0273

Tints of Eggplant #8F0273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 115 (45.31% from 255) = 44.23%

R = 55%
G = 0.77%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8F0273 (or 0x8F0273) is known color: Eggplant. HEX triplet: 8F, 02 and 73. RGB value is (143,2,115). Sum of RGB (Red+Green+Blue) = 143+2+115=260 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0273 is #70FD8C. Grayscale: #383838. Windows color (decimal): -7404941 or 7537295. OLE color: 7537295.

HSL color Cylindrical-coordinate representation of color #8F0273: hue angle of 311.91º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0273 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 2 115 -
CMYK 0 0.99 0.20 0.44
HSL 311.91º 0.97% 0.28% -
HSV(B) 311.91º 0.99% 0.56% -
XYZ 14.44 7.12 16.83 -
YUV 57.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 143 2 115 0 0.99 0.20 0.44 311.91 0.97 0.28
Hex 8F 2 73 0 63 14 2C 138 61 1C
Octal 217 2 163 0 143 24 54 470 141 34
Binary 10001111 10 1110011 0 1100011 10100 101100 100111000 1100001 11100

Color Harmonies of #8F0273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0273

Black with #8F0273

Text Example


Text Example

White with #8F0273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,2,115); }

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

background-color css

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

 a { background-color: rgb(143,2,115); }

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

border-color css

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

 span { border-color: rgb(143,2,115); }

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