Html Css Color HEX #840F63 Eggplant

📋 copy color: '#840F63'

red 132 ◦ green 15 ◦ blue 99

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

Shades of Eggplant #840F63

Tints of Eggplant #840F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.24%

R = 53.66%
G = 6.1%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#840F63 (or 0x840F63) is known color: Eggplant. HEX triplet: 84, 0F and 63. RGB value is (132,15,99). Sum of RGB (Red+Green+Blue) = 132+15+99=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #840F63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840F63 is #7BF09C. Grayscale: #3B3B3B. Windows color (decimal): -8122525 or 6492036. OLE color: 6492036.

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

Color convert

RGB 132 15 99 -
CMYK 0 0.89 0.25 0.48
HSL 316.92º 0.8% 0.29% -
HSV(B) 316.92º 0.89% 0.52% -
XYZ 11.94 6.15 12.36 -
YUV 59.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 132 15 99 0 0.89 0.25 0.48 316.92 0.8 0.29
Hex 84 F 63 0 59 19 30 13D 50 1D
Octal 204 17 143 0 131 31 60 475 120 35
Binary 10000100 1111 1100011 0 1011001 11001 110000 100111101 1010000 11101

Color Harmonies of #840F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840F63

Black with #840F63

Text Example


Text Example

White with #840F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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