Html Css Color HEX #840D64 Eggplant

📋 copy color: '#840D64'

red 132 ◦ green 13 ◦ blue 100

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

Shades of Eggplant #840D64

Tints of Eggplant #840D64

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.31%

 BLUE value IS 100 (39.45% from 255) = 40.82%

R = 53.88%
G = 5.31%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#840D64 (or 0x840D64) is known color: Eggplant. HEX triplet: 84, 0D and 64. RGB value is (132,13,100). Sum of RGB (Red+Green+Blue) = 132+13+100=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #840D64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D64 is #7BF29B. Grayscale: #3A3A3A. Windows color (decimal): -8123036 or 6557060. OLE color: 6557060.

HSL color Cylindrical-coordinate representation of color #840D64: hue angle of 316.13º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D64 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 13 100 -
CMYK 0 0.90 0.24 0.48
HSL 316.13º 0.82% 0.28% -
HSV(B) 316.13º 0.9% 0.52% -
XYZ 11.96 6.11 12.61 -
YUV 58.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 132 13 100 0 0.90 0.24 0.48 316.13 0.82 0.28
Hex 84 D 64 0 5A 18 30 13C 52 1C
Octal 204 15 144 0 132 30 60 474 122 34
Binary 10000100 1101 1100100 0 1011010 11000 110000 100111100 1010010 11100

Color Harmonies of #840D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D64

Black with #840D64

Text Example


Text Example

White with #840D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840D64; }

 p { color: rgb(132,13,100); }

 H1.HeaderClassName
 {
   color: #840D64;
 }
 .AnyTagClassName
 {
   color: #840D64;
 }
</style>

background-color css

<style>
 a { background-color: #840D64; }

 a { background-color: rgb(132,13,100); }

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

border-color css

<style>
 span { border-color: #840D64; }

 span { border-color: rgb(132,13,100); }

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