Html Css Color HEX #84015C Eggplant

📋 copy color: '#84015C'

red 132 ◦ green 1 ◦ blue 92

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

Shades of Eggplant #84015C

Tints of Eggplant #84015C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 58.67%
G = 0.44%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84015C (or 0x84015C) is known color: Eggplant. HEX triplet: 84, 01 and 5C. RGB value is (132,1,92). Sum of RGB (Red+Green+Blue) = 132+1+92=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #84015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84015C is #7BFEA3. Grayscale: #323232. Windows color (decimal): -8126116 or 6029700. OLE color: 6029700.

HSL color Cylindrical-coordinate representation of color #84015C: hue angle of 318.32º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84015C is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 1 92 -
CMYK 0 0.99 0.30 0.48
HSL 318.32º 0.98% 0.26% -
HSV(B) 318.32º 0.99% 0.52% -
XYZ 11.46 5.7 10.62 -
YUV 50.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 132 1 92 0 0.99 0.30 0.48 318.32 0.98 0.26
Hex 84 1 5C 0 63 1E 30 13E 62 1A
Octal 204 1 134 0 143 36 60 476 142 32
Binary 10000100 1 1011100 0 1100011 11110 110000 100111110 1100010 11010

Color Harmonies of #84015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84015C

Black with #84015C

Text Example


Text Example

White with #84015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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