Html Css Color HEX #84075C Eggplant

📋 copy color: '#84075C'

red 132 ◦ green 7 ◦ blue 92

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

Shades of Eggplant #84075C

Tints of Eggplant #84075C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.83%

R = 57.14%
G = 3.03%
B = 39.83%

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

#84075C (or 0x84075C) is known color: Eggplant. HEX triplet: 84, 07 and 5C. RGB value is (132,7,92). Sum of RGB (Red+Green+Blue) = 132+7+92=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84075C is #7BF8A3. Grayscale: #353535. Windows color (decimal): -8124580 or 6031236. OLE color: 6031236.

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

Color convert

RGB 132 7 92 -
CMYK 0 0.95 0.30 0.48
HSL 319.2º 0.9% 0.27% -
HSV(B) 319.2º 0.95% 0.52% -
XYZ 11.52 5.83 10.64 -
YUV 54.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 132 7 92 0 0.95 0.30 0.48 319.2 0.9 0.27
Hex 84 7 5C 0 5F 1E 30 13F 5A 1B
Octal 204 7 134 0 137 36 60 477 132 33
Binary 10000100 111 1011100 0 1011111 11110 110000 100111111 1011010 11011

Color Harmonies of #84075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84075C

Black with #84075C

Text Example


Text Example

White with #84075C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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