Html Css Color HEX #831258 Eggplant

📋 copy color: '#831258'

red 131 ◦ green 18 ◦ blue 88

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

Shades of Eggplant #831258

Tints of Eggplant #831258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.13%

R = 55.27%
G = 7.59%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#831258 (or 0x831258) is known color: Eggplant. HEX triplet: 83, 12 and 58. RGB value is (131,18,88). Sum of RGB (Red+Green+Blue) = 131+18+88=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #831258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831258 is #7CEDA7. Grayscale: #3B3B3B. Windows color (decimal): -8187304 or 5771907. OLE color: 5771907.

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

Color convert

RGB 131 18 88 -
CMYK 0 0.86 0.33 0.49
HSL 322.83º 0.76% 0.29% -
HSV(B) 322.83º 0.86% 0.51% -
XYZ 11.34 5.96 9.79 -
YUV 59.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 131 18 88 0 0.86 0.33 0.49 322.83 0.76 0.29
Hex 83 12 58 0 56 21 31 143 4C 1D
Octal 203 22 130 0 126 41 61 503 114 35
Binary 10000011 10010 1011000 0 1010110 100001 110001 101000011 1001100 11101

Color Harmonies of #831258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831258

Black with #831258

Text Example


Text Example

White with #831258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831258; }

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

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

background-color css

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

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

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

border-color css

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

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

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