Html Css Color HEX #84065D Eggplant

📋 copy color: '#84065D'

red 132 ◦ green 6 ◦ blue 93

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

Shades of Eggplant #84065D

Tints of Eggplant #84065D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 57.14%
G = 2.6%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84065D (or 0x84065D) is known color: Eggplant. HEX triplet: 84, 06 and 5D. RGB value is (132,6,93). Sum of RGB (Red+Green+Blue) = 132+6+93=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84065D is #7BF9A2. Grayscale: #353535. Windows color (decimal): -8124835 or 6096516. OLE color: 6096516.

HSL color Cylindrical-coordinate representation of color #84065D: hue angle of 318.57º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84065D is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 6 93 -
CMYK 0 0.95 0.30 0.48
HSL 318.57º 0.91% 0.27% -
HSV(B) 318.57º 0.95% 0.52% -
XYZ 11.56 5.83 10.87 -
YUV 53.59 150.24 183.93 -
System Red Green Blue C M Y K H S L
Decimal 132 6 93 0 0.95 0.30 0.48 318.57 0.91 0.27
Hex 84 6 5D 0 5F 1E 30 13F 5B 1B
Octal 204 6 135 0 137 36 60 477 133 33
Binary 10000100 110 1011101 0 1011111 11110 110000 100111111 1011011 11011

Color Harmonies of #84065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84065D

Black with #84065D

Text Example


Text Example

White with #84065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84065D; }

 p { color: rgb(132,6,93); }

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

background-color css

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

 a { background-color: rgb(132,6,93); }

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

border-color css

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

 span { border-color: rgb(132,6,93); }

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