Html Css Color HEX #830160 Eggplant

📋 copy color: '#830160'

red 131 ◦ green 1 ◦ blue 96

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

Shades of Eggplant #830160

Tints of Eggplant #830160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 57.46%
G = 0.44%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#830160 (or 0x830160) is known color: Eggplant. HEX triplet: 83, 01 and 60. RGB value is (131,1,96). Sum of RGB (Red+Green+Blue) = 131+1+96=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #830160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830160 is #7CFE9F. Grayscale: #323232. Windows color (decimal): -8191648 or 6291843. OLE color: 6291843.

HSL color Cylindrical-coordinate representation of color #830160: hue angle of 316.15º 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 #830160 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 1 96 -
CMYK 0 0.99 0.27 0.49
HSL 316.15º 0.98% 0.26% -
HSV(B) 316.15º 0.99% 0.51% -
XYZ 11.48 5.69 11.56 -
YUV 50.7 153.57 185.28 -
System Red Green Blue C M Y K H S L
Decimal 131 1 96 0 0.99 0.27 0.49 316.15 0.98 0.26
Hex 83 1 60 0 63 1B 31 13C 62 1A
Octal 203 1 140 0 143 33 61 474 142 32
Binary 10000011 1 1100000 0 1100011 11011 110001 100111100 1100010 11010

Color Harmonies of #830160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830160

Black with #830160

Text Example


Text Example

White with #830160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830160; }

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

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

background-color css

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

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

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

border-color css

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

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

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