Html Css Color HEX #860265 Eggplant

📋 copy color: '#860265'

red 134 ◦ green 2 ◦ blue 101

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

Shades of Eggplant #860265

Tints of Eggplant #860265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 56.54%
G = 0.84%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#860265 (or 0x860265) is known color: Eggplant. HEX triplet: 86, 02 and 65. RGB value is (134,2,101). Sum of RGB (Red+Green+Blue) = 134+2+101=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #860265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860265 is #79FD9A. Grayscale: #343434. Windows color (decimal): -7994779 or 6619782. OLE color: 6619782.

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

Color convert

RGB 134 2 101 -
CMYK 0 0.99 0.25 0.47
HSL 315º 0.97% 0.27% -
HSV(B) 315º 0.99% 0.53% -
XYZ 12.2 6.05 12.84 -
YUV 52.75 155.23 185.95 -
System Red Green Blue C M Y K H S L
Decimal 134 2 101 0 0.99 0.25 0.47 315 0.97 0.27
Hex 86 2 65 0 63 19 2F 13B 61 1B
Octal 206 2 145 0 143 31 57 473 141 33
Binary 10000110 10 1100101 0 1100011 11001 101111 100111011 1100001 11011

Color Harmonies of #860265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860265

Black with #860265

Text Example


Text Example

White with #860265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860265; }

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

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

background-color css

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

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

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

border-color css

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

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

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