Html Css Color HEX #841358 Eggplant

📋 copy color: '#841358'

red 132 ◦ green 19 ◦ blue 88

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

Shades of Eggplant #841358

Tints of Eggplant #841358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.95%

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

R = 55.23%
G = 7.95%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#841358 (or 0x841358) is known color: Eggplant. HEX triplet: 84, 13 and 58. RGB value is (132,19,88). Sum of RGB (Red+Green+Blue) = 132+19+88=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #841358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841358 is #7BECA7. Grayscale: #3C3C3C. Windows color (decimal): -8121512 or 5772164. OLE color: 5772164.

HSL color Cylindrical-coordinate representation of color #841358: hue angle of 323.36º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841358 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 19 88 -
CMYK 0 0.86 0.33 0.48
HSL 323.36º 0.75% 0.3% -
HSV(B) 323.36º 0.86% 0.52% -
XYZ 11.51 6.08 9.8 -
YUV 60.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 132 19 88 0 0.86 0.33 0.48 323.36 0.75 0.3
Hex 84 13 58 0 56 21 30 143 4B 1E
Octal 204 23 130 0 126 41 60 503 113 36
Binary 10000100 10011 1011000 0 1010110 100001 110000 101000011 1001011 11110

Color Harmonies of #841358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841358

Black with #841358

Text Example


Text Example

White with #841358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841358; }

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

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

background-color css

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

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

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

border-color css

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

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

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