#832284

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

Shades of Dark Purple #832284

Tints of Dark Purple #832284

Color information

#832284 (or 0x832284) is unknown color: approx Dark Purple. HEX triplet: 83, 22 and 84. RGB value is (131,34,132). Sum of RGB (Red+Green+Blue) = 131+34+132=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #832284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832284 is #7CDD7B. Grayscale: #494949. Windows color (decimal): -8183164 or 8659587. OLE color: 8659587.

HSL color Cylindrical-coordinate representation of color #832284: hue angle of 299.39º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #832284 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13134132-
CMYK0.010.7400.48
HSL299.39º59.04%32.55%-
HSV(B)299.39º74.24%51.76%-
XYZ14.17.6422.56-
YUV74.18160.64168.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.11%
GREEN value IS 34 (13.67% from 255) = 11.45%
BLUE value IS 132 (51.95% from 255) = 44.44%
R=44.11%
G=11.45%
B=44.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131341320.010.7400.48299.3959.0432.55
Hex83228414A03012b3b21
Octal2034220411120604537341
Binary1000001110001010000100110010100110000100101011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832284; }

 p { color: rgb(131,34,132); }

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

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

 a { background-color: rgb(131,34,132); }

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

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

 span { border-color: rgb(131,34,132); }

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