#830585

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

Shades of Purple #830585

Tints of Purple #830585

Color information

#830585 (or 0x830585) is unknown color: approx Purple. HEX triplet: 83, 05 and 85. RGB value is (131,5,133). Sum of RGB (Red+Green+Blue) = 131+5+133=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #830585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830585 is #7CFA7A. Grayscale: #383838. Windows color (decimal): -8190587 or 8717699. OLE color: 8717699.

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

Color convert

RGB1315133-
CMYK0.020.9600.48
HSL299.06º92.75%27.06%-
HSV(B)299.06º96.24%52.16%-
XYZ13.656.6322.75-
YUV57.27170.74180.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 5 (2.34% from 255) = 1.86%
BLUE value IS 133 (52.34% from 255) = 49.44%
R=48.70%
G=1.86%
B=49.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13151330.020.9600.48299.0692.7527.06
Hex8358526003012b5d1b
Octal2035205214006045313533
Binary10000011101100001011011000000110000100101011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830585; }

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

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

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

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

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

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

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

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