Html Css Color HEX #840065 Eggplant

📋 copy color: '#840065'

red 132 ◦ green 0 ◦ blue 101

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

Shades of Eggplant #840065

Tints of Eggplant #840065

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 101 (39.84% from 255) = 43.35%

R = 56.65%
G = 0%
B = 43.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#840065 (or 0x840065) is known color: Eggplant. HEX triplet: 84, 00 and 65. RGB value is (132,0,101). Sum of RGB (Red+Green+Blue) = 132+0+101=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #840065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840065 is #7BFF9A. Grayscale: #323232. Windows color (decimal): -8126363 or 6619268. OLE color: 6619268.

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

Color convert

RGB 132 0 101 -
CMYK 0 1 0.23 0.48
HSL 314.09º 1% 0.26% -
HSV(B) 314.09º 1% 0.52% -
XYZ 11.86 5.85 12.81 -
YUV 50.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 132 0 101 0 1 0.23 0.48 314.09 1 0.26
Hex 84 0 65 0 64 17 30 13A 64 1A
Octal 204 0 145 0 144 27 60 472 144 32
Binary 10000100 0 1100101 0 1100100 10111 110000 100111010 1100100 11010

Color Harmonies of #840065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840065

Black with #840065

Text Example


Text Example

White with #840065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840065; }

 p { color: rgb(132,0,101); }

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

background-color css

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

 a { background-color: rgb(132,0,101); }

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

border-color css

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

 span { border-color: rgb(132,0,101); }

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