Html Css Color HEX #83125D Eggplant

📋 copy color: '#83125D'

red 131 ◦ green 18 ◦ blue 93

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

Shades of Eggplant #83125D

Tints of Eggplant #83125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.43%

R = 54.13%
G = 7.44%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83125D (or 0x83125D) is known color: Eggplant. HEX triplet: 83, 12 and 5D. RGB value is (131,18,93). Sum of RGB (Red+Green+Blue) = 131+18+93=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83125D is #7CEDA2. Grayscale: #3C3C3C. Windows color (decimal): -8187299 or 6099587. OLE color: 6099587.

HSL color Cylindrical-coordinate representation of color #83125D: hue angle of 320.18º 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 #83125D is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 18 93 -
CMYK 0 0.86 0.29 0.49
HSL 320.18º 0.76% 0.29% -
HSV(B) 320.18º 0.86% 0.51% -
XYZ 11.55 6.05 10.91 -
YUV 60.34 146.44 178.4 -
System Red Green Blue C M Y K H S L
Decimal 131 18 93 0 0.86 0.29 0.49 320.18 0.76 0.29
Hex 83 12 5D 0 56 1D 31 140 4C 1D
Octal 203 22 135 0 126 35 61 500 114 35
Binary 10000011 10010 1011101 0 1010110 11101 110001 101000000 1001100 11101

Color Harmonies of #83125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83125D

Black with #83125D

Text Example


Text Example

White with #83125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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