Html Css Color HEX #8F0268 Eggplant

📋 copy color: '#8F0268'

red 143 ◦ green 2 ◦ blue 104

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

Shades of Eggplant #8F0268

Tints of Eggplant #8F0268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.77%

R = 57.43%
G = 0.8%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8F0268 (or 0x8F0268) is known color: Eggplant. HEX triplet: 8F, 02 and 68. RGB value is (143,2,104). Sum of RGB (Red+Green+Blue) = 143+2+104=249 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.43% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0268 is #70FD97. Grayscale: #373737. Windows color (decimal): -7404952 or 6816399. OLE color: 6816399.

HSL color Cylindrical-coordinate representation of color #8F0268: hue angle of 316.6º 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 #8F0268 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 2 104 -
CMYK 0 0.99 0.27 0.44
HSL 316.6º 0.97% 0.28% -
HSV(B) 316.6º 0.99% 0.56% -
XYZ 13.85 6.88 13.7 -
YUV 55.79 155.21 190.21 -
System Red Green Blue C M Y K H S L
Decimal 143 2 104 0 0.99 0.27 0.44 316.6 0.97 0.28
Hex 8F 2 68 0 63 1B 2C 13D 61 1C
Octal 217 2 150 0 143 33 54 475 141 34
Binary 10001111 10 1101000 0 1100011 11011 101100 100111101 1100001 11100

Color Harmonies of #8F0268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0268

Black with #8F0268

Text Example


Text Example

White with #8F0268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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