Html Css Color HEX #830156 Eggplant

📋 copy color: '#830156'

red 131 ◦ green 1 ◦ blue 86

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

Shades of Eggplant #830156

Tints of Eggplant #830156

RGB

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

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

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

R = 60.09%
G = 0.46%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#830156 (or 0x830156) is known color: Eggplant. HEX triplet: 83, 01 and 56. RGB value is (131,1,86). Sum of RGB (Red+Green+Blue) = 131+1+86=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #830156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830156 is #7CFEA9. Grayscale: #313131. Windows color (decimal): -8191658 or 5636483. OLE color: 5636483.

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

Color convert

RGB 131 1 86 -
CMYK 0 0.99 0.34 0.49
HSL 320.77º 0.98% 0.26% -
HSV(B) 320.77º 0.99% 0.51% -
XYZ 11.05 5.52 9.29 -
YUV 49.56 148.57 186.09 -
System Red Green Blue C M Y K H S L
Decimal 131 1 86 0 0.99 0.34 0.49 320.77 0.98 0.26
Hex 83 1 56 0 63 22 31 141 62 1A
Octal 203 1 126 0 143 42 61 501 142 32
Binary 10000011 1 1010110 0 1100011 100010 110001 101000001 1100010 11010

Color Harmonies of #830156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830156

Black with #830156

Text Example


Text Example

White with #830156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830156; }

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

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

background-color css

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

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

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

border-color css

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

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

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