Html Css Color HEX #8C0F6A Eggplant

📋 copy color: '#8C0F6A'

red 140 ◦ green 15 ◦ blue 106

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

Shades of Eggplant #8C0F6A

Tints of Eggplant #8C0F6A

RGB

 RED value IS 140 (55.08% from 255) = 53.64%

 GREEN value IS 15 (6.25% from 255) = 5.75%

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

R = 53.64%
G = 5.75%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C0F6A (or 0x8C0F6A) is known color: Eggplant. HEX triplet: 8C, 0F and 6A. RGB value is (140,15,106). Sum of RGB (Red+Green+Blue) = 140+15+106=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0F6A is #73F095. Grayscale: #3E3E3E. Windows color (decimal): -7598230 or 6950796. OLE color: 6950796.

HSL color Cylindrical-coordinate representation of color #8C0F6A: hue angle of 316.32º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C0F6A is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 15 106 -
CMYK 0 0.89 0.24 0.45
HSL 316.32º 0.81% 0.3% -
HSV(B) 316.32º 0.89% 0.55% -
XYZ 13.59 6.96 14.26 -
YUV 62.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 140 15 106 0 0.89 0.24 0.45 316.32 0.81 0.3
Hex 8C F 6A 0 59 18 2D 13C 51 1E
Octal 214 17 152 0 131 30 55 474 121 36
Binary 10001100 1111 1101010 0 1011001 11000 101101 100111100 1010001 11110

Color Harmonies of #8C0F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0F6A

Black with #8C0F6A

Text Example


Text Example

White with #8C0F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,15,106); }

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

background-color css

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

 a { background-color: rgb(140,15,106); }

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

border-color css

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

 span { border-color: rgb(140,15,106); }

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