#831284

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

Shades of Purple #831284

Tints of Purple #831284

Color information

#831284 (or 0x831284) is unknown color: approx Purple. HEX triplet: 83, 12 and 84. RGB value is (131,18,132). Sum of RGB (Red+Green+Blue) = 131+18+132=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #831284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831284 is #7CED7B. Grayscale: #404040. Windows color (decimal): -8187260 or 8655491. OLE color: 8655491.

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

Color convert

RGB13118132-
CMYK0.010.8600.48
HSL299.47º76%29.41%-
HSV(B)299.47º86.36%51.76%-
XYZ13.746.9222.44-
YUV64.78165.94175.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.62%
GREEN value IS 18 (7.42% from 255) = 6.41%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=46.62%
G=6.41%
B=46.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131181320.010.8600.48299.477629.41
Hex83128415603012b4c1d
Octal20322204112606045311435
Binary100000111001010000100110101100110000100101011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831284; }

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

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

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

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

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

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

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

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