Html Css Color HEX #840263 Eggplant

📋 copy color: '#840263'

red 132 ◦ green 2 ◦ blue 99

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

Shades of Eggplant #840263

Tints of Eggplant #840263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 56.65%
G = 0.86%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#840263 (or 0x840263) is known color: Eggplant. HEX triplet: 84, 02 and 63. RGB value is (132,2,99). Sum of RGB (Red+Green+Blue) = 132+2+99=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #840263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840263 is #7BFD9C. Grayscale: #333333. Windows color (decimal): -8125853 or 6488708. OLE color: 6488708.

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

Color convert

RGB 132 2 99 -
CMYK 0 0.98 0.25 0.48
HSL 315.23º 0.97% 0.26% -
HSV(B) 315.23º 0.98% 0.52% -
XYZ 11.79 5.85 12.31 -
YUV 51.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 132 2 99 0 0.98 0.25 0.48 315.23 0.97 0.26
Hex 84 2 63 0 62 19 30 13B 61 1A
Octal 204 2 143 0 142 31 60 473 141 32
Binary 10000100 10 1100011 0 1100010 11001 110000 100111011 1100001 11010

Color Harmonies of #840263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840263

Black with #840263

Text Example


Text Example

White with #840263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840263; }

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

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

background-color css

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

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

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

border-color css

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

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

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