Html Css Color HEX #8C135E Eggplant

📋 copy color: '#8C135E'

red 140 ◦ green 19 ◦ blue 94

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

Shades of Eggplant #8C135E

Tints of Eggplant #8C135E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

 BLUE value IS 94 (37.11% from 255) = 37.15%

R = 55.34%
G = 7.51%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8C135E (or 0x8C135E) is known color: Eggplant. HEX triplet: 8C, 13 and 5E. RGB value is (140,19,94). Sum of RGB (Red+Green+Blue) = 140+19+94=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C135E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C135E is #73ECA1. Grayscale: #3F3F3F. Windows color (decimal): -7597218 or 6165388. OLE color: 6165388.

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

Color convert

RGB 140 19 94 -
CMYK 0 0.86 0.33 0.45
HSL 322.81º 0.76% 0.31% -
HSV(B) 322.81º 0.86% 0.55% -
XYZ 13.07 6.85 11.22 -
YUV 63.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 140 19 94 0 0.86 0.33 0.45 322.81 0.76 0.31
Hex 8C 13 5E 0 56 21 2D 143 4C 1F
Octal 214 23 136 0 126 41 55 503 114 37
Binary 10001100 10011 1011110 0 1010110 100001 101101 101000011 1001100 11111

Color Harmonies of #8C135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C135E

Black with #8C135E

Text Example


Text Example

White with #8C135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,19,94); }

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

background-color css

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

 a { background-color: rgb(140,19,94); }

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

border-color css

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

 span { border-color: rgb(140,19,94); }

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