Html Css Color HEX #840163 Eggplant

📋 copy color: '#840163'

red 132 ◦ green 1 ◦ blue 99

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

Shades of Eggplant #840163

Tints of Eggplant #840163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 56.9%
G = 0.43%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#840163 (or 0x840163) is known color: Eggplant. HEX triplet: 84, 01 and 63. RGB value is (132,1,99). Sum of RGB (Red+Green+Blue) = 132+1+99=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #840163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840163 is #7BFE9C. Grayscale: #333333. Windows color (decimal): -8126109 or 6488452. OLE color: 6488452.

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

Color convert

RGB 132 1 99 -
CMYK 0 0.99 0.25 0.48
HSL 315.11º 0.98% 0.26% -
HSV(B) 315.11º 0.99% 0.52% -
XYZ 11.78 5.83 12.31 -
YUV 51.34 154.9 185.53 -
System Red Green Blue C M Y K H S L
Decimal 132 1 99 0 0.99 0.25 0.48 315.11 0.98 0.26
Hex 84 1 63 0 63 19 30 13B 62 1A
Octal 204 1 143 0 143 31 60 473 142 32
Binary 10000100 1 1100011 0 1100011 11001 110000 100111011 1100010 11010

Color Harmonies of #840163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840163

Black with #840163

Text Example


Text Example

White with #840163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840163; }

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

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

background-color css

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

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

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

border-color css

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

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

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