Html Css Color HEX #8F0065 Eggplant

📋 copy color: '#8F0065'

red 143 ◦ green 0 ◦ blue 101

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

Shades of Eggplant #8F0065

Tints of Eggplant #8F0065

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 101 (39.84% from 255) = 41.39%

R = 58.61%
G = 0%
B = 41.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#8F0065 (or 0x8F0065) is known color: Eggplant. HEX triplet: 8F, 00 and 65. RGB value is (143,0,101). Sum of RGB (Red+Green+Blue) = 143+0+101=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0065 is #70FF9A. Grayscale: #363636. Windows color (decimal): -7405467 or 6619279. OLE color: 6619279.

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

Color convert

RGB 143 0 101 -
CMYK 0 1 0.29 0.44
HSL 317.62º 1% 0.28% -
HSV(B) 317.62º 1% 0.56% -
XYZ 13.68 6.78 12.9 -
YUV 54.27 154.38 191.29 -
System Red Green Blue C M Y K H S L
Decimal 143 0 101 0 1 0.29 0.44 317.62 1 0.28
Hex 8F 0 65 0 64 1D 2C 13E 64 1C
Octal 217 0 145 0 144 35 54 476 144 34
Binary 10001111 0 1100101 0 1100100 11101 101100 100111110 1100100 11100

Color Harmonies of #8F0065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0065

Black with #8F0065

Text Example


Text Example

White with #8F0065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,0,101); }

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

background-color css

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

 a { background-color: rgb(143,0,101); }

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

border-color css

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

 span { border-color: rgb(143,0,101); }

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