Html Css Color HEX #83016A Eggplant

📋 copy color: '#83016A'

red 131 ◦ green 1 ◦ blue 106

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

Shades of Eggplant #83016A

Tints of Eggplant #83016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.54%

R = 55.04%
G = 0.42%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#83016A (or 0x83016A) is known color: Eggplant. HEX triplet: 83, 01 and 6A. RGB value is (131,1,106). Sum of RGB (Red+Green+Blue) = 131+1+106=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #83016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83016A is #7CFE95. Grayscale: #333333. Windows color (decimal): -8191638 or 6947203. OLE color: 6947203.

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

Color convert

RGB 131 1 106 -
CMYK 0 0.99 0.19 0.49
HSL 311.54º 0.98% 0.26% -
HSV(B) 311.54º 0.99% 0.51% -
XYZ 11.97 5.89 14.14 -
YUV 51.84 158.57 184.46 -
System Red Green Blue C M Y K H S L
Decimal 131 1 106 0 0.99 0.19 0.49 311.54 0.98 0.26
Hex 83 1 6A 0 63 13 31 138 62 1A
Octal 203 1 152 0 143 23 61 470 142 32
Binary 10000011 1 1101010 0 1100011 10011 110001 100111000 1100010 11010

Color Harmonies of #83016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83016A

Black with #83016A

Text Example


Text Example

White with #83016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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