Html Css Color HEX #84065A Eggplant

📋 copy color: '#84065A'

red 132 ◦ green 6 ◦ blue 90

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

Shades of Eggplant #84065A

Tints of Eggplant #84065A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.47%

R = 57.89%
G = 2.63%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#84065A (or 0x84065A) is known color: Eggplant. HEX triplet: 84, 06 and 5A. RGB value is (132,6,90). Sum of RGB (Red+Green+Blue) = 132+6+90=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84065A is #7BF9A5. Grayscale: #353535. Windows color (decimal): -8124838 or 5899908. OLE color: 5899908.

HSL color Cylindrical-coordinate representation of color #84065A: hue angle of 320º 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 #84065A is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 6 90 -
CMYK 0 0.95 0.32 0.48
HSL 320º 0.91% 0.27% -
HSV(B) 320º 0.95% 0.52% -
XYZ 11.43 5.77 10.19 -
YUV 53.25 148.74 184.17 -
System Red Green Blue C M Y K H S L
Decimal 132 6 90 0 0.95 0.32 0.48 320 0.91 0.27
Hex 84 6 5A 0 5F 20 30 140 5B 1B
Octal 204 6 132 0 137 40 60 500 133 33
Binary 10000100 110 1011010 0 1011111 100000 110000 101000000 1011011 11011

Color Harmonies of #84065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84065A

Black with #84065A

Text Example


Text Example

White with #84065A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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