Html Css Color HEX #83055E Eggplant

📋 copy color: '#83055E'

red 131 ◦ green 5 ◦ blue 94

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

Shades of Eggplant #83055E

Tints of Eggplant #83055E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.87%

R = 56.96%
G = 2.17%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83055E (or 0x83055E) is known color: Eggplant. HEX triplet: 83, 05 and 5E. RGB value is (131,5,94). Sum of RGB (Red+Green+Blue) = 131+5+94=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #83055E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83055E is #7CFAA1. Grayscale: #343434. Windows color (decimal): -8190626 or 6161795. OLE color: 6161795.

HSL color Cylindrical-coordinate representation of color #83055E: hue angle of 317.62º 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 #83055E is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 5 94 -
CMYK 0 0.96 0.28 0.49
HSL 317.62º 0.93% 0.27% -
HSV(B) 317.62º 0.96% 0.51% -
XYZ 11.43 5.74 11.1 -
YUV 52.82 151.24 183.76 -
System Red Green Blue C M Y K H S L
Decimal 131 5 94 0 0.96 0.28 0.49 317.62 0.93 0.27
Hex 83 5 5E 0 60 1C 31 13E 5D 1B
Octal 203 5 136 0 140 34 61 476 135 33
Binary 10000011 101 1011110 0 1100000 11100 110001 100111110 1011101 11011

Color Harmonies of #83055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83055E

Black with #83055E

Text Example


Text Example

White with #83055E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83055E; }

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

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

background-color css

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

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

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

border-color css

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

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

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