Html Css Color HEX #84086B Eggplant

📋 copy color: '#84086B'

red 132 ◦ green 8 ◦ blue 107

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

Shades of Eggplant #84086B

Tints of Eggplant #84086B

RGB

 RED value IS 132 (51.95% from 255) = 53.44%

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

 BLUE value IS 107 (42.19% from 255) = 43.32%

R = 53.44%
G = 3.24%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84086B (or 0x84086B) is known color: Eggplant. HEX triplet: 84, 08 and 6B. RGB value is (132,8,107). Sum of RGB (Red+Green+Blue) = 132+8+107=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #84086B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84086B is #7BF794. Grayscale: #383838. Windows color (decimal): -8124309 or 7014532. OLE color: 7014532.

HSL color Cylindrical-coordinate representation of color #84086B: hue angle of 312.1º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84086B is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 8 107 -
CMYK 0 0.94 0.19 0.48
HSL 312.1º 0.89% 0.27% -
HSV(B) 312.1º 0.94% 0.52% -
XYZ 12.26 6.14 14.45 -
YUV 56.36 156.58 181.95 -
System Red Green Blue C M Y K H S L
Decimal 132 8 107 0 0.94 0.19 0.48 312.1 0.89 0.27
Hex 84 8 6B 0 5E 13 30 138 59 1B
Octal 204 10 153 0 136 23 60 470 131 33
Binary 10000100 1000 1101011 0 1011110 10011 110000 100111000 1011001 11011

Color Harmonies of #84086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84086B

Black with #84086B

Text Example


Text Example

White with #84086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84086B; }

 p { color: rgb(132,8,107); }

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

background-color css

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

 a { background-color: rgb(132,8,107); }

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

border-color css

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

 span { border-color: rgb(132,8,107); }

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