Html Css Color HEX #840D67 Eggplant

📋 copy color: '#840D67'

red 132 ◦ green 13 ◦ blue 103

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

Shades of Eggplant #840D67

Tints of Eggplant #840D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.53%

R = 53.23%
G = 5.24%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#840D67 (or 0x840D67) is known color: Eggplant. HEX triplet: 84, 0D and 67. RGB value is (132,13,103). Sum of RGB (Red+Green+Blue) = 132+13+103=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #840D67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D67 is #7BF298. Grayscale: #3A3A3A. Windows color (decimal): -8123033 or 6753668. OLE color: 6753668.

HSL color Cylindrical-coordinate representation of color #840D67: hue angle of 314.62º 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 #840D67 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 13 103 -
CMYK 0 0.90 0.22 0.48
HSL 314.62º 0.82% 0.28% -
HSV(B) 314.62º 0.9% 0.52% -
XYZ 12.11 6.17 13.39 -
YUV 58.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 132 13 103 0 0.90 0.22 0.48 314.62 0.82 0.28
Hex 84 D 67 0 5A 16 30 13B 52 1C
Octal 204 15 147 0 132 26 60 473 122 34
Binary 10000100 1101 1100111 0 1011010 10110 110000 100111011 1010010 11100

Color Harmonies of #840D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D67

Black with #840D67

Text Example


Text Example

White with #840D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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