Html Css Color HEX #8F065C Eggplant

📋 copy color: '#8F065C'

red 143 ◦ green 6 ◦ blue 92

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

Shades of Eggplant #8F065C

Tints of Eggplant #8F065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 92 (36.33% from 255) = 38.17%

R = 59.34%
G = 2.49%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F065C (or 0x8F065C) is known color: Eggplant. HEX triplet: 8F, 06 and 5C. RGB value is (143,6,92). Sum of RGB (Red+Green+Blue) = 143+6+92=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F065C is #70F9A3. Grayscale: #383838. Windows color (decimal): -7403940 or 6030991. OLE color: 6030991.

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

Color convert

RGB 143 6 92 -
CMYK 0 0.96 0.36 0.44
HSL 322.34º 0.92% 0.29% -
HSV(B) 322.34º 0.96% 0.56% -
XYZ 13.32 6.74 10.72 -
YUV 56.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 143 6 92 0 0.96 0.36 0.44 322.34 0.92 0.29
Hex 8F 6 5C 0 60 24 2C 142 5C 1D
Octal 217 6 134 0 140 44 54 502 134 35
Binary 10001111 110 1011100 0 1100000 100100 101100 101000010 1011100 11101

Color Harmonies of #8F065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F065C

Black with #8F065C

Text Example


Text Example

White with #8F065C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,6,92); }

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

background-color css

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

 a { background-color: rgb(143,6,92); }

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

border-color css

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

 span { border-color: rgb(143,6,92); }

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