#832885

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

Shades of Dark Purple #832885

Tints of Dark Purple #832885

Color information

#832885 (or 0x832885) is unknown color: approx Dark Purple. HEX triplet: 83, 28 and 85. RGB value is (131,40,133). Sum of RGB (Red+Green+Blue) = 131+40+133=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #832885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832885 is #7CD77A. Grayscale: #4D4D4D. Windows color (decimal): -8181627 or 8726659. OLE color: 8726659.

HSL color Cylindrical-coordinate representation of color #832885: hue angle of 298.71º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #832885 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13140133-
CMYK0.020.7000.48
HSL298.71º53.76%33.92%-
HSV(B)298.71º69.92%52.16%-
XYZ14.358.0422.99-
YUV77.81159.15165.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.09%
GREEN value IS 40 (16.02% from 255) = 13.16%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=43.09%
G=13.16%
B=43.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131401330.020.7000.48298.7153.7633.92
Hex83288524603012b3622
Octal2035020521060604536642
Binary10000011101000100001011010001100110000100101011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832885; }

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

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

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

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

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

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

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

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