Html Css Color HEX #860868 Eggplant

📋 copy color: '#860868'

red 134 ◦ green 8 ◦ blue 104

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

Shades of Eggplant #860868

Tints of Eggplant #860868

RGB

 RED value IS 134 (52.73% from 255) = 54.47%

 GREEN value IS 8 (3.52% from 255) = 3.25%

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

R = 54.47%
G = 3.25%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#860868 (or 0x860868) is known color: Eggplant. HEX triplet: 86, 08 and 68. RGB value is (134,8,104). Sum of RGB (Red+Green+Blue) = 134+8+104=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #860868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860868 is #79F797. Grayscale: #383838. Windows color (decimal): -7993240 or 6817926. OLE color: 6817926.

HSL color Cylindrical-coordinate representation of color #860868: hue angle of 314.29º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860868 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 8 104 -
CMYK 0 0.94 0.22 0.47
HSL 314.29º 0.89% 0.28% -
HSV(B) 314.29º 0.94% 0.53% -
XYZ 12.42 6.24 13.65 -
YUV 56.62 154.74 183.19 -
System Red Green Blue C M Y K H S L
Decimal 134 8 104 0 0.94 0.22 0.47 314.29 0.89 0.28
Hex 86 8 68 0 5E 16 2F 13A 59 1C
Octal 206 10 150 0 136 26 57 472 131 34
Binary 10000110 1000 1101000 0 1011110 10110 101111 100111010 1011001 11100

Color Harmonies of #860868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860868

Black with #860868

Text Example


Text Example

White with #860868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860868; }

 p { color: rgb(134,8,104); }

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

background-color css

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

 a { background-color: rgb(134,8,104); }

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

border-color css

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

 span { border-color: rgb(134,8,104); }

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