Html Css Color HEX #8C0168 Eggplant

📋 copy color: '#8C0168'

red 140 ◦ green 1 ◦ blue 104

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

Shades of Eggplant #8C0168

Tints of Eggplant #8C0168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 104 (41.02% from 255) = 42.45%

R = 57.14%
G = 0.41%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8C0168 (or 0x8C0168) is known color: Eggplant. HEX triplet: 8C, 01 and 68. RGB value is (140,1,104). Sum of RGB (Red+Green+Blue) = 140+1+104=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0168 is #73FE97. Grayscale: #363636. Windows color (decimal): -7601816 or 6816140. OLE color: 6816140.

HSL color Cylindrical-coordinate representation of color #8C0168: hue angle of 315.54º degrees, saturation: 0.99, 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 #8C0168 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 1 104 -
CMYK 0 0.99 0.26 0.45
HSL 315.54º 0.99% 0.28% -
HSV(B) 315.54º 0.99% 0.55% -
XYZ 13.32 6.6 13.67 -
YUV 54.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 140 1 104 0 0.99 0.26 0.45 315.54 0.99 0.28
Hex 8C 1 68 0 63 1A 2D 13C 63 1C
Octal 214 1 150 0 143 32 55 474 143 34
Binary 10001100 1 1101000 0 1100011 11010 101101 100111100 1100011 11100

Color Harmonies of #8C0168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0168

Black with #8C0168

Text Example


Text Example

White with #8C0168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,1,104); }

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

background-color css

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

 a { background-color: rgb(140,1,104); }

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

border-color css

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

 span { border-color: rgb(140,1,104); }

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