#830F64

Color #830F64 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #830F64

Tints of Eggplant #830F64

Color information

#830F64 (or 0x830F64) is unknown color: approx Eggplant. HEX triplet: 83, 0F and 64. RGB value is (131,15,100). Sum of RGB (Red+Green+Blue) = 131+15+100=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #830F64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830F64 is #7CF09B. Grayscale: #3B3B3B. Windows color (decimal): -8188060 or 6557571. OLE color: 6557571.

HSL color Cylindrical-coordinate representation of color #830F64: hue angle of 316.03º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #830F64 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB13115100-
CMYK00.890.240.49
HSL316.03º79.45%28.63%-
HSV(B)316.03º88.55%51.37%-
XYZ11.836.0912.61-
YUV59.37150.93179.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.25%
GREEN value IS 15 (6.25% from 255) = 6.10%
BLUE value IS 100 (39.45% from 255) = 40.65%
R=53.25%
G=6.10%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311510000.890.240.49316.0379.4528.63
Hex83F64059183113c4f1d
Octal203171440131306147411735
Binary10000011111111001000101100111000110001100111100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830F64; }

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

 H1.HeaderClassName
 {
   color: #830F64;
 }
 .AnyTagClassName
 {
   color: #830F64;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #830F64;
 }
 .BgClassName
 {
   background-color: #830F64;
 }
</style>
border-color css

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

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

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