Html Css Color HEX #840358 Eggplant

📋 copy color: '#840358'

red 132 ◦ green 3 ◦ blue 88

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

Shades of Eggplant #840358

Tints of Eggplant #840358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

 BLUE value IS 88 (34.77% from 255) = 39.46%

R = 59.19%
G = 1.35%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#840358 (or 0x840358) is known color: Eggplant. HEX triplet: 84, 03 and 58. RGB value is (132,3,88). Sum of RGB (Red+Green+Blue) = 132+3+88=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #840358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840358 is #7BFCA7. Grayscale: #333333. Windows color (decimal): -8125608 or 5768068. OLE color: 5768068.

HSL color Cylindrical-coordinate representation of color #840358: hue angle of 320.47º degrees, saturation: 0.96, 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 #840358 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 3 88 -
CMYK 0 0.98 0.33 0.48
HSL 320.47º 0.96% 0.26% -
HSV(B) 320.47º 0.98% 0.52% -
XYZ 11.31 5.68 9.73 -
YUV 51.26 148.74 185.59 -
System Red Green Blue C M Y K H S L
Decimal 132 3 88 0 0.98 0.33 0.48 320.47 0.96 0.26
Hex 84 3 58 0 62 21 30 140 60 1A
Octal 204 3 130 0 142 41 60 500 140 32
Binary 10000100 11 1011000 0 1100010 100001 110000 101000000 1100000 11010

Color Harmonies of #840358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840358

Black with #840358

Text Example


Text Example

White with #840358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840358; }

 p { color: rgb(132,3,88); }

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

background-color css

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

 a { background-color: rgb(132,3,88); }

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

border-color css

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

 span { border-color: rgb(132,3,88); }

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