Html Css Color HEX #830556 Eggplant

📋 copy color: '#830556'

red 131 ◦ green 5 ◦ blue 86

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

Shades of Eggplant #830556

Tints of Eggplant #830556

RGB

 RED value IS 131 (51.56% from 255) = 59.01%

 GREEN value IS 5 (2.34% from 255) = 2.25%

 BLUE value IS 86 (33.98% from 255) = 38.74%

R = 59.01%
G = 2.25%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#830556 (or 0x830556) is known color: Eggplant. HEX triplet: 83, 05 and 56. RGB value is (131,5,86). Sum of RGB (Red+Green+Blue) = 131+5+86=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #830556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830556 is #7CFAA9. Grayscale: #333333. Windows color (decimal): -8190634 or 5637507. OLE color: 5637507.

HSL color Cylindrical-coordinate representation of color #830556: hue angle of 321.43º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830556 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 5 86 -
CMYK 0 0.96 0.34 0.49
HSL 321.43º 0.93% 0.27% -
HSV(B) 321.43º 0.96% 0.51% -
XYZ 11.09 5.61 9.3 -
YUV 51.91 147.24 184.41 -
System Red Green Blue C M Y K H S L
Decimal 131 5 86 0 0.96 0.34 0.49 321.43 0.93 0.27
Hex 83 5 56 0 60 22 31 141 5D 1B
Octal 203 5 126 0 140 42 61 501 135 33
Binary 10000011 101 1010110 0 1100000 100010 110001 101000001 1011101 11011

Color Harmonies of #830556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830556

Black with #830556

Text Example


Text Example

White with #830556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830556; }

 p { color: rgb(131,5,86); }

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

background-color css

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

 a { background-color: rgb(131,5,86); }

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

border-color css

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

 span { border-color: rgb(131,5,86); }

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