Html Css Color HEX #8F075C Eggplant

📋 copy color: '#8F075C'

red 143 ◦ green 7 ◦ blue 92

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

Shades of Eggplant #8F075C

Tints of Eggplant #8F075C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

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

R = 59.09%
G = 2.89%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F075C (or 0x8F075C) is known color: Eggplant. HEX triplet: 8F, 07 and 5C. RGB value is (143,7,92). Sum of RGB (Red+Green+Blue) = 143+7+92=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F075C is #70F8A3. Grayscale: #393939. Windows color (decimal): -7403684 or 6031247. OLE color: 6031247.

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

Color convert

RGB 143 7 92 -
CMYK 0 0.95 0.36 0.44
HSL 322.5º 0.91% 0.29% -
HSV(B) 322.5º 0.95% 0.56% -
XYZ 13.34 6.76 10.73 -
YUV 57.35 147.56 189.09 -
System Red Green Blue C M Y K H S L
Decimal 143 7 92 0 0.95 0.36 0.44 322.5 0.91 0.29
Hex 8F 7 5C 0 5F 24 2C 142 5B 1D
Octal 217 7 134 0 137 44 54 502 133 35
Binary 10001111 111 1011100 0 1011111 100100 101100 101000010 1011011 11101

Color Harmonies of #8F075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F075C

Black with #8F075C

Text Example


Text Example

White with #8F075C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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