#830065

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

Shades of Eggplant #830065

Tints of Eggplant #830065

Color information

#830065 (or 0x830065) is unknown color: approx Eggplant. HEX triplet: 83, 00 and 65. RGB value is (131,0,101). Sum of RGB (Red+Green+Blue) = 131+0+101=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #830065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830065 is #7CFF9A. Grayscale: #323232. Windows color (decimal): -8191899 or 6619267. OLE color: 6619267.

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

Color convert

RGB1310101-
CMYK010.230.49
HSL313.74º100%25.69%-
HSV(B)313.74º100%51.37%-
XYZ11.715.7612.81-
YUV50.68156.4185.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=56.47%
G=0%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1310101010.230.49313.7410025.69
Hex83065064173113a641a
Octal20301450144276147214432
Binary10000011011001010110010010111110001100111010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830065; }

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

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

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

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

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

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

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

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