#830E85

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

Shades of Purple #830E85

Tints of Purple #830E85

Color information

#830E85 (or 0x830E85) is unknown color: approx Purple. HEX triplet: 83, 0E and 85. RGB value is (131,14,133). Sum of RGB (Red+Green+Blue) = 131+14+133=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #830E85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830E85 is #7CF17A. Grayscale: #3E3E3E. Windows color (decimal): -8188283 or 8720003. OLE color: 8720003.

HSL color Cylindrical-coordinate representation of color #830E85: hue angle of 298.99º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #830E85 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13114133-
CMYK0.020.8900.48
HSL298.99º80.95%28.82%-
HSV(B)298.99º89.47%52.16%-
XYZ13.756.8322.78-
YUV62.55167.76176.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 14 (5.86% from 255) = 5.04%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=47.12%
G=5.04%
B=47.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131141330.020.8900.48298.9980.9528.82
Hex83E8525903012b511d
Octal20316205213106045312135
Binary100000111110100001011010110010110000100101011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,14,133); }

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

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

 a { background-color: rgb(131,14,133); }

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

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

 span { border-color: rgb(131,14,133); }

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