Html Css Color HEX #8F036A Eggplant

📋 copy color: '#8F036A'

red 143 ◦ green 3 ◦ blue 106

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

Shades of Eggplant #8F036A

Tints of Eggplant #8F036A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 106 (41.8% from 255) = 42.06%

R = 56.75%
G = 1.19%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#8F036A (or 0x8F036A) is known color: Eggplant. HEX triplet: 8F, 03 and 6A. RGB value is (143,3,106). Sum of RGB (Red+Green+Blue) = 143+3+106=252 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.75% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 143 - color contains mainly: red. Hex color #8F036A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F036A is #70FC95. Grayscale: #383838. Windows color (decimal): -7404694 or 6947727. OLE color: 6947727.

HSL color Cylindrical-coordinate representation of color #8F036A: hue angle of 315.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F036A is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 3 106 -
CMYK 0 0.98 0.26 0.44
HSL 315.86º 0.96% 0.29% -
HSV(B) 315.86º 0.98% 0.56% -
XYZ 13.96 6.95 14.24 -
YUV 56.6 155.88 189.62 -
System Red Green Blue C M Y K H S L
Decimal 143 3 106 0 0.98 0.26 0.44 315.86 0.96 0.29
Hex 8F 3 6A 0 62 1A 2C 13C 60 1D
Octal 217 3 152 0 142 32 54 474 140 35
Binary 10001111 11 1101010 0 1100010 11010 101100 100111100 1100000 11101

Color Harmonies of #8F036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F036A

Black with #8F036A

Text Example


Text Example

White with #8F036A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,3,106); }

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

background-color css

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

 a { background-color: rgb(143,3,106); }

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

border-color css

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

 span { border-color: rgb(143,3,106); }

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