#830284

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

Shades of Purple #830284

Tints of Purple #830284

Color information

#830284 (or 0x830284) is unknown color: approx Purple. HEX triplet: 83, 02 and 84. RGB value is (131,2,132). Sum of RGB (Red+Green+Blue) = 131+2+132=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #830284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830284 is #7CFD7B. Grayscale: #373737. Windows color (decimal): -8191356 or 8651395. OLE color: 8651395.

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

Color convert

RGB1312132-
CMYK0.010.9800.48
HSL299.54º97.01%26.27%-
HSV(B)299.54º98.48%51.76%-
XYZ13.556.5322.38-
YUV55.39171.24181.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.43%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=49.43%
G=0.75%
B=49.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13121320.010.9800.48299.5497.0126.27
Hex8328416203012c611a
Octal2032204114206045414132
Binary100000111010000100111000100110000100101100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830284; }

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

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

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

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

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

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

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

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