Html Css Color HEX #830863 Eggplant

📋 copy color: '#830863'

red 131 ◦ green 8 ◦ blue 99

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

Shades of Eggplant #830863

Tints of Eggplant #830863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

 BLUE value IS 99 (39.06% from 255) = 41.6%

R = 55.04%
G = 3.36%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#830863 (or 0x830863) is known color: Eggplant. HEX triplet: 83, 08 and 63. RGB value is (131,8,99). Sum of RGB (Red+Green+Blue) = 131+8+99=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #830863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830863 is #7CF79C. Grayscale: #363636. Windows color (decimal): -8189853 or 6490243. OLE color: 6490243.

HSL color Cylindrical-coordinate representation of color #830863: hue angle of 315.61º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830863 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 8 99 -
CMYK 0 0.94 0.24 0.49
HSL 315.61º 0.88% 0.27% -
HSV(B) 315.61º 0.94% 0.51% -
XYZ 11.7 5.9 12.33 -
YUV 55.15 152.75 182.1 -
System Red Green Blue C M Y K H S L
Decimal 131 8 99 0 0.94 0.24 0.49 315.61 0.88 0.27
Hex 83 8 63 0 5E 18 31 13C 58 1B
Octal 203 10 143 0 136 30 61 474 130 33
Binary 10000011 1000 1100011 0 1011110 11000 110001 100111100 1011000 11011

Color Harmonies of #830863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830863

Black with #830863

Text Example


Text Example

White with #830863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830863; }

 p { color: rgb(131,8,99); }

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

background-color css

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

 a { background-color: rgb(131,8,99); }

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

border-color css

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

 span { border-color: rgb(131,8,99); }

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