Html Css Color HEX #840F65 Eggplant

📋 copy color: '#840F65'

red 132 ◦ green 15 ◦ blue 101

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

Shades of Eggplant #840F65

Tints of Eggplant #840F65

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.05%

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

R = 53.23%
G = 6.05%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#840F65 (or 0x840F65) is known color: Eggplant. HEX triplet: 84, 0F and 65. RGB value is (132,15,101). Sum of RGB (Red+Green+Blue) = 132+15+101=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #840F65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840F65 is #7BF09A. Grayscale: #3B3B3B. Windows color (decimal): -8122523 or 6623108. OLE color: 6623108.

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

Color convert

RGB 132 15 101 -
CMYK 0 0.89 0.23 0.48
HSL 315.9º 0.8% 0.29% -
HSV(B) 315.9º 0.89% 0.52% -
XYZ 12.04 6.19 12.87 -
YUV 59.79 151.26 179.51 -
System Red Green Blue C M Y K H S L
Decimal 132 15 101 0 0.89 0.23 0.48 315.9 0.8 0.29
Hex 84 F 65 0 59 17 30 13C 50 1D
Octal 204 17 145 0 131 27 60 474 120 35
Binary 10000100 1111 1100101 0 1011001 10111 110000 100111100 1010000 11101

Color Harmonies of #840F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840F65

Black with #840F65

Text Example


Text Example

White with #840F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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