#830066

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

Shades of Eggplant #830066

Tints of Eggplant #830066

Color information

#830066 (or 0x830066) is unknown color: approx Eggplant. HEX triplet: 83, 00 and 66. RGB value is (131,0,102). Sum of RGB (Red+Green+Blue) = 131+0+102=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #830066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830066 is #7CFF99. Grayscale: #323232. Windows color (decimal): -8191898 or 6684803. OLE color: 6684803.

HSL color Cylindrical-coordinate representation of color #830066: hue angle of 313.28º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830066 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB1310102-
CMYK010.220.49
HSL313.28º100%25.69%-
HSV(B)313.28º100%51.37%-
XYZ11.765.7813.07-
YUV50.8156.9185.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 43.78%
R=56.22%
G=0%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1310102010.220.49313.2810025.69
Hex830660641631139641a
Octal20301460144266147114432
Binary10000011011001100110010010110110001100111001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830066; }

 p { color: rgb(131,0,102); }

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

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

 a { background-color: rgb(131,0,102); }

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

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

 span { border-color: rgb(131,0,102); }

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