Html Css Color HEX #84075D Eggplant

📋 copy color: '#84075D'

red 132 ◦ green 7 ◦ blue 93

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

Shades of Eggplant #84075D

Tints of Eggplant #84075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.02%

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

R = 56.9%
G = 3.02%
B = 40.09%

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

#84075D (or 0x84075D) is known color: Eggplant. HEX triplet: 84, 07 and 5D. RGB value is (132,7,93). Sum of RGB (Red+Green+Blue) = 132+7+93=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #84075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84075D is #7BF8A2. Grayscale: #353535. Windows color (decimal): -8124579 or 6096772. OLE color: 6096772.

HSL color Cylindrical-coordinate representation of color #84075D: hue angle of 318.72º degrees, saturation: 0.9, 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 #84075D is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 7 93 -
CMYK 0 0.95 0.30 0.48
HSL 318.72º 0.9% 0.27% -
HSV(B) 318.72º 0.95% 0.52% -
XYZ 11.57 5.85 10.87 -
YUV 54.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 132 7 93 0 0.95 0.30 0.48 318.72 0.9 0.27
Hex 84 7 5D 0 5F 1E 30 13F 5A 1B
Octal 204 7 135 0 137 36 60 477 132 33
Binary 10000100 111 1011101 0 1011111 11110 110000 100111111 1011010 11011

Color Harmonies of #84075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84075D

Black with #84075D

Text Example


Text Example

White with #84075D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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