Html Css Color HEX #8F0364 Eggplant

📋 copy color: '#8F0364'

red 143 ◦ green 3 ◦ blue 100

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

Shades of Eggplant #8F0364

Tints of Eggplant #8F0364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.65%

R = 58.13%
G = 1.22%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8F0364 (or 0x8F0364) is known color: Eggplant. HEX triplet: 8F, 03 and 64. RGB value is (143,3,100). Sum of RGB (Red+Green+Blue) = 143+3+100=246 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.13% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0364 is #70FC9B. Grayscale: #373737. Windows color (decimal): -7404700 or 6554511. OLE color: 6554511.

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

Color convert

RGB 143 3 100 -
CMYK 0 0.98 0.30 0.44
HSL 318.43º 0.96% 0.29% -
HSV(B) 318.43º 0.98% 0.56% -
XYZ 13.66 6.82 12.65 -
YUV 55.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 143 3 100 0 0.98 0.30 0.44 318.43 0.96 0.29
Hex 8F 3 64 0 62 1E 2C 13E 60 1D
Octal 217 3 144 0 142 36 54 476 140 35
Binary 10001111 11 1100100 0 1100010 11110 101100 100111110 1100000 11101

Color Harmonies of #8F0364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0364

Black with #8F0364

Text Example


Text Example

White with #8F0364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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