Html Css Color HEX #860065 Eggplant

📋 copy color: '#860065'

red 134 ◦ green 0 ◦ blue 101

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

Shades of Eggplant #860065

Tints of Eggplant #860065

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 101 (39.84% from 255) = 42.98%

R = 57.02%
G = 0%
B = 42.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#860065 (or 0x860065) is known color: Eggplant. HEX triplet: 86, 00 and 65. RGB value is (134,0,101). Sum of RGB (Red+Green+Blue) = 134+0+101=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #860065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860065 is #79FF9A. Grayscale: #333333. Windows color (decimal): -7995291 or 6619270. OLE color: 6619270.

HSL color Cylindrical-coordinate representation of color #860065: hue angle of 314.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860065 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 101 -
CMYK 0 1 0.25 0.47
HSL 314.78º 1% 0.26% -
HSV(B) 314.78º 1% 0.53% -
XYZ 12.18 6.01 12.83 -
YUV 51.58 155.89 186.79 -
System Red Green Blue C M Y K H S L
Decimal 134 0 101 0 1 0.25 0.47 314.78 1 0.26
Hex 86 0 65 0 64 19 2F 13B 64 1A
Octal 206 0 145 0 144 31 57 473 144 32
Binary 10000110 0 1100101 0 1100100 11001 101111 100111011 1100100 11010

Color Harmonies of #860065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860065

Black with #860065

Text Example


Text Example

White with #860065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860065; }

 p { color: rgb(134,0,101); }

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

background-color css

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

 a { background-color: rgb(134,0,101); }

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

border-color css

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

 span { border-color: rgb(134,0,101); }

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