Html Css Color HEX #84095A Eggplant

📋 copy color: '#84095A'

red 132 ◦ green 9 ◦ blue 90

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

Shades of Eggplant #84095A

Tints of Eggplant #84095A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.9%

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

R = 57.14%
G = 3.9%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#84095A (or 0x84095A) is known color: Eggplant. HEX triplet: 84, 09 and 5A. RGB value is (132,9,90). Sum of RGB (Red+Green+Blue) = 132+9+90=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84095A is #7BF6A5. Grayscale: #363636. Windows color (decimal): -8124070 or 5900676. OLE color: 5900676.

HSL color Cylindrical-coordinate representation of color #84095A: hue angle of 320.49º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84095A is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 9 90 -
CMYK 0 0.93 0.32 0.48
HSL 320.49º 0.87% 0.28% -
HSV(B) 320.49º 0.93% 0.52% -
XYZ 11.46 5.84 10.2 -
YUV 55.01 147.75 182.91 -
System Red Green Blue C M Y K H S L
Decimal 132 9 90 0 0.93 0.32 0.48 320.49 0.87 0.28
Hex 84 9 5A 0 5D 20 30 140 57 1C
Octal 204 11 132 0 135 40 60 500 127 34
Binary 10000100 1001 1011010 0 1011101 100000 110000 101000000 1010111 11100

Color Harmonies of #84095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84095A

Black with #84095A

Text Example


Text Example

White with #84095A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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