Html Css Color HEX #83015E Eggplant

📋 copy color: '#83015E'

red 131 ◦ green 1 ◦ blue 94

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

Shades of Eggplant #83015E

Tints of Eggplant #83015E

RGB

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

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

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

R = 57.96%
G = 0.44%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83015E (or 0x83015E) is known color: Eggplant. HEX triplet: 83, 01 and 5E. RGB value is (131,1,94). Sum of RGB (Red+Green+Blue) = 131+1+94=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #83015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83015E is #7CFEA1. Grayscale: #323232. Windows color (decimal): -8191650 or 6160771. OLE color: 6160771.

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

Color convert

RGB 131 1 94 -
CMYK 0 0.99 0.28 0.49
HSL 317.08º 0.98% 0.26% -
HSV(B) 317.08º 0.99% 0.51% -
XYZ 11.39 5.66 11.08 -
YUV 50.47 152.57 185.44 -
System Red Green Blue C M Y K H S L
Decimal 131 1 94 0 0.99 0.28 0.49 317.08 0.98 0.26
Hex 83 1 5E 0 63 1C 31 13D 62 1A
Octal 203 1 136 0 143 34 61 475 142 32
Binary 10000011 1 1011110 0 1100011 11100 110001 100111101 1100010 11010

Color Harmonies of #83015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83015E

Black with #83015E

Text Example


Text Example

White with #83015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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