Html Css Color HEX #861362 Eggplant

📋 copy color: '#861362'

red 134 ◦ green 19 ◦ blue 98

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

Shades of Eggplant #861362

Tints of Eggplant #861362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.04%

R = 53.39%
G = 7.57%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#861362 (or 0x861362) is known color: Eggplant. HEX triplet: 86, 13 and 62. RGB value is (134,19,98). Sum of RGB (Red+Green+Blue) = 134+19+98=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #861362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861362 is #79EC9D. Grayscale: #3E3E3E. Windows color (decimal): -7990430 or 6427526. OLE color: 6427526.

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

Color convert

RGB 134 19 98 -
CMYK 0 0.86 0.27 0.47
HSL 318.78º 0.75% 0.3% -
HSV(B) 318.78º 0.86% 0.53% -
XYZ 12.27 6.42 12.15 -
YUV 62.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 134 19 98 0 0.86 0.27 0.47 318.78 0.75 0.3
Hex 86 13 62 0 56 1B 2F 13F 4B 1E
Octal 206 23 142 0 126 33 57 477 113 36
Binary 10000110 10011 1100010 0 1010110 11011 101111 100111111 1001011 11110

Color Harmonies of #861362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861362

Black with #861362

Text Example


Text Example

White with #861362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861362; }

 p { color: rgb(134,19,98); }

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

background-color css

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

 a { background-color: rgb(134,19,98); }

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

border-color css

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

 span { border-color: rgb(134,19,98); }

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