Html Css Color HEX #83125E Eggplant

📋 copy color: '#83125E'

red 131 ◦ green 18 ◦ blue 94

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

Shades of Eggplant #83125E

Tints of Eggplant #83125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.41%

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

R = 53.91%
G = 7.41%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83125E (or 0x83125E) is known color: Eggplant. HEX triplet: 83, 12 and 5E. RGB value is (131,18,94). Sum of RGB (Red+Green+Blue) = 131+18+94=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83125E is #7CEDA1. Grayscale: #3C3C3C. Windows color (decimal): -8187298 or 6165123. OLE color: 6165123.

HSL color Cylindrical-coordinate representation of color #83125E: hue angle of 319.65º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83125E is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 18 94 -
CMYK 0 0.86 0.28 0.49
HSL 319.65º 0.76% 0.29% -
HSV(B) 319.65º 0.86% 0.51% -
XYZ 11.6 6.07 11.15 -
YUV 60.45 146.94 178.32 -
System Red Green Blue C M Y K H S L
Decimal 131 18 94 0 0.86 0.28 0.49 319.65 0.76 0.29
Hex 83 12 5E 0 56 1C 31 140 4C 1D
Octal 203 22 136 0 126 34 61 500 114 35
Binary 10000011 10010 1011110 0 1010110 11100 110001 101000000 1001100 11101

Color Harmonies of #83125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83125E

Black with #83125E

Text Example


Text Example

White with #83125E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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