Html Css Color HEX #8C1268 Eggplant

📋 copy color: '#8C1268'

red 140 ◦ green 18 ◦ blue 104

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

Shades of Eggplant #8C1268

Tints of Eggplant #8C1268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.87%

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

R = 53.44%
G = 6.87%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8C1268 (or 0x8C1268) is known color: Eggplant. HEX triplet: 8C, 12 and 68. RGB value is (140,18,104). Sum of RGB (Red+Green+Blue) = 140+18+104=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1268 is #73ED97. Grayscale: #404040. Windows color (decimal): -7597464 or 6820492. OLE color: 6820492.

HSL color Cylindrical-coordinate representation of color #8C1268: hue angle of 317.7º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C1268 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 18 104 -
CMYK 0 0.87 0.26 0.45
HSL 317.7º 0.77% 0.31% -
HSV(B) 317.7º 0.87% 0.55% -
XYZ 13.53 7.01 13.74 -
YUV 64.28 150.42 182.01 -
System Red Green Blue C M Y K H S L
Decimal 140 18 104 0 0.87 0.26 0.45 317.7 0.77 0.31
Hex 8C 12 68 0 57 1A 2D 13E 4D 1F
Octal 214 22 150 0 127 32 55 476 115 37
Binary 10001100 10010 1101000 0 1010111 11010 101101 100111110 1001101 11111

Color Harmonies of #8C1268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1268

Black with #8C1268

Text Example


Text Example

White with #8C1268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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