Html Css Color HEX #830864 Eggplant

📋 copy color: '#830864'

red 131 ◦ green 8 ◦ blue 100

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

Shades of Eggplant #830864

Tints of Eggplant #830864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 41.84%

R = 54.81%
G = 3.35%
B = 41.84%

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

#830864 (or 0x830864) is known color: Eggplant. HEX triplet: 83, 08 and 64. RGB value is (131,8,100). Sum of RGB (Red+Green+Blue) = 131+8+100=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #830864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830864 is #7CF79B. Grayscale: #373737. Windows color (decimal): -8189852 or 6555779. OLE color: 6555779.

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

Color convert

RGB 131 8 100 -
CMYK 0 0.94 0.24 0.49
HSL 315.12º 0.88% 0.27% -
HSV(B) 315.12º 0.94% 0.51% -
XYZ 11.75 5.92 12.58 -
YUV 55.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 131 8 100 0 0.94 0.24 0.49 315.12 0.88 0.27
Hex 83 8 64 0 5E 18 31 13B 58 1B
Octal 203 10 144 0 136 30 61 473 130 33
Binary 10000011 1000 1100100 0 1011110 11000 110001 100111011 1011000 11011

Color Harmonies of #830864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830864

Black with #830864

Text Example


Text Example

White with #830864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830864; }

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

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

background-color css

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

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

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

border-color css

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

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

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