Html Css Color HEX #860665 Eggplant

📋 copy color: '#860665'

red 134 ◦ green 6 ◦ blue 101

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

Shades of Eggplant #860665

Tints of Eggplant #860665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

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

R = 55.6%
G = 2.49%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#860665 (or 0x860665) is known color: Eggplant. HEX triplet: 86, 06 and 65. RGB value is (134,6,101). Sum of RGB (Red+Green+Blue) = 134+6+101=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #860665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860665 is #79F99A. Grayscale: #363636. Windows color (decimal): -7993755 or 6620806. OLE color: 6620806.

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

Color convert

RGB 134 6 101 -
CMYK 0 0.96 0.25 0.47
HSL 315.47º 0.91% 0.27% -
HSV(B) 315.47º 0.96% 0.53% -
XYZ 12.25 6.14 12.85 -
YUV 55.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 134 6 101 0 0.96 0.25 0.47 315.47 0.91 0.27
Hex 86 6 65 0 60 19 2F 13B 5B 1B
Octal 206 6 145 0 140 31 57 473 133 33
Binary 10000110 110 1100101 0 1100000 11001 101111 100111011 1011011 11011

Color Harmonies of #860665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860665

Black with #860665

Text Example


Text Example

White with #860665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860665; }

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

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

background-color css

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

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

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

border-color css

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

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

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