#830885

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

Shades of Purple #830885

Tints of Purple #830885

Color information

#830885 (or 0x830885) is unknown color: approx Purple. HEX triplet: 83, 08 and 85. RGB value is (131,8,133). Sum of RGB (Red+Green+Blue) = 131+8+133=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #830885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830885 is #7CF77A. Grayscale: #3A3A3A. Windows color (decimal): -8189819 or 8718467. OLE color: 8718467.

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

Color convert

RGB1318133-
CMYK0.020.9400.48
HSL299.04º88.65%27.65%-
HSV(B)299.04º93.98%52.16%-
XYZ13.686.6922.76-
YUV59.03169.75179.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.16%
GREEN value IS 8 (3.52% from 255) = 2.94%
BLUE value IS 133 (52.34% from 255) = 48.90%
R=48.16%
G=2.94%
B=48.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13181330.020.9400.48299.0488.6527.65
Hex8388525E03012b591c
Octal20310205213606045313134
Binary100000111000100001011010111100110000100101011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830885; }

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

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

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

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

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

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

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

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