#831ba9

Color #831BA9 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #831BA9

Tints of Vivid Violet #831BA9

Color information

#831BA9 (or 0x831BA9) is unknown color: approx Vivid Violet. HEX triplet: 83, 1B and A9. RGB value is (131,27,169). Sum of RGB (Red+Green+Blue) = 131+27+169=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 169 (66.41% from 255 or 51.68% from 327); Max value from RGB is 169 - color contains mainly: blue. Hex color #831BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831BA9 is #7CE456. Grayscale: #494949. Windows color (decimal): -8184919 or 11082627. OLE color: 11082627.

HSL color Cylindrical-coordinate representation of color #831BA9: hue angle of 283.94º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #831BA9 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13127169-
CMYK0.220.8400.34
HSL283.94º72.45%38.43%-
HSV(B)283.94º84.02%66.27%-
XYZ16.918.4738.28-
YUV74.28181.46168.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 27 (10.94% from 255) = 8.26%
BLUE value IS 169 (66.41% from 255) = 51.68%
R=40.06%
G=8.26%
B=51.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131271690.220.8400.34283.9472.4538.43
Hex831BA9165402211c4826
Octal203332512612404243411046
Binary10000011110111010100110110101010001000101000111001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831ba9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831ba9; }

 p { color: rgb(131,27,169); }

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

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

 a { background-color: rgb(131,27,169); }

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

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

 span { border-color: rgb(131,27,169); }

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