Html Css Color HEX #840C66 Eggplant

📋 copy color: '#840C66'

red 132 ◦ green 12 ◦ blue 102

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

Shades of Eggplant #840C66

Tints of Eggplant #840C66

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.88%

 BLUE value IS 102 (40.23% from 255) = 41.46%

R = 53.66%
G = 4.88%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#840C66 (or 0x840C66) is known color: Eggplant. HEX triplet: 84, 0C and 66. RGB value is (132,12,102). Sum of RGB (Red+Green+Blue) = 132+12+102=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #840C66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840C66 is #7BF399. Grayscale: #393939. Windows color (decimal): -8123290 or 6687876. OLE color: 6687876.

HSL color Cylindrical-coordinate representation of color #840C66: hue angle of 315º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840C66 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 12 102 -
CMYK 0 0.91 0.23 0.48
HSL 315º 0.83% 0.28% -
HSV(B) 315º 0.91% 0.52% -
XYZ 12.05 6.13 13.12 -
YUV 58.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 132 12 102 0 0.91 0.23 0.48 315 0.83 0.28
Hex 84 C 66 0 5B 17 30 13B 53 1C
Octal 204 14 146 0 133 27 60 473 123 34
Binary 10000100 1100 1100110 0 1011011 10111 110000 100111011 1010011 11100

Color Harmonies of #840C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840C66

Black with #840C66

Text Example


Text Example

White with #840C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,12,102); }

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

background-color css

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

 a { background-color: rgb(132,12,102); }

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

border-color css

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

 span { border-color: rgb(132,12,102); }

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