Html Css Color HEX #84015F Eggplant

📋 copy color: '#84015F'

red 132 ◦ green 1 ◦ blue 95

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

Shades of Eggplant #84015F

Tints of Eggplant #84015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.67%

R = 57.89%
G = 0.44%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84015F (or 0x84015F) is known color: Eggplant. HEX triplet: 84, 01 and 5F. RGB value is (132,1,95). Sum of RGB (Red+Green+Blue) = 132+1+95=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84015F is #7BFEA0. Grayscale: #323232. Windows color (decimal): -8126113 or 6226308. OLE color: 6226308.

HSL color Cylindrical-coordinate representation of color #84015F: hue angle of 316.95º 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 #84015F is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 1 95 -
CMYK 0 0.99 0.28 0.48
HSL 316.95º 0.98% 0.26% -
HSV(B) 316.95º 0.99% 0.52% -
XYZ 11.59 5.75 11.33 -
YUV 50.89 152.9 185.86 -
System Red Green Blue C M Y K H S L
Decimal 132 1 95 0 0.99 0.28 0.48 316.95 0.98 0.26
Hex 84 1 5F 0 63 1C 30 13D 62 1A
Octal 204 1 137 0 143 34 60 475 142 32
Binary 10000100 1 1011111 0 1100011 11100 110000 100111101 1100010 11010

Color Harmonies of #84015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84015F

Black with #84015F

Text Example


Text Example

White with #84015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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