#830385

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

Shades of Purple #830385

Tints of Purple #830385

Color information

#830385 (or 0x830385) is unknown color: approx Purple. HEX triplet: 83, 03 and 85. RGB value is (131,3,133). Sum of RGB (Red+Green+Blue) = 131+3+133=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #830385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830385 is #7CFC7A. Grayscale: #373737. Windows color (decimal): -8191099 or 8717187. OLE color: 8717187.

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

Color convert

RGB1313133-
CMYK0.020.9800.48
HSL299.08º95.59%26.67%-
HSV(B)299.08º97.74%52.16%-
XYZ13.636.5822.74-
YUV56.09171.41181.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.06%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 133 (52.34% from 255) = 49.81%
R=49.06%
G=1.12%
B=49.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13131330.020.9800.48299.0895.5926.67
Hex8338526203012b601b
Octal2033205214206045314033
Binary1000001111100001011011000100110000100101011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830385; }

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

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

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

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

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

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

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

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