Html Css Color HEX #8C0273 Eggplant

📋 copy color: '#8C0273'

red 140 ◦ green 2 ◦ blue 115

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

Shades of Eggplant #8C0273

Tints of Eggplant #8C0273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 115 (45.31% from 255) = 44.75%

R = 54.47%
G = 0.78%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8C0273 (or 0x8C0273) is known color: Eggplant. HEX triplet: 8C, 02 and 73. RGB value is (140,2,115). Sum of RGB (Red+Green+Blue) = 140+2+115=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0273 is #73FD8C. Grayscale: #373737. Windows color (decimal): -7601549 or 7537292. OLE color: 7537292.

HSL color Cylindrical-coordinate representation of color #8C0273: hue angle of 310.87º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C0273 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 2 115 -
CMYK 0 0.99 0.18 0.45
HSL 310.87º 0.97% 0.28% -
HSV(B) 310.87º 0.99% 0.55% -
XYZ 13.93 6.86 16.81 -
YUV 56.14 161.22 187.81 -
System Red Green Blue C M Y K H S L
Decimal 140 2 115 0 0.99 0.18 0.45 310.87 0.97 0.28
Hex 8C 2 73 0 63 12 2D 137 61 1C
Octal 214 2 163 0 143 22 55 467 141 34
Binary 10001100 10 1110011 0 1100011 10010 101101 100110111 1100001 11100

Color Harmonies of #8C0273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0273

Black with #8C0273

Text Example


Text Example

White with #8C0273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,2,115); }

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

background-color css

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

 a { background-color: rgb(140,2,115); }

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

border-color css

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

 span { border-color: rgb(140,2,115); }

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