#831B9A

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

Shades of Vivid Violet #831B9A

Tints of Vivid Violet #831B9A

Color information

#831B9A (or 0x831B9A) is unknown color: approx Vivid Violet. HEX triplet: 83, 1B and 9A. RGB value is (131,27,154). Sum of RGB (Red+Green+Blue) = 131+27+154=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #831B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831B9A is #7CE465. Grayscale: #484848. Windows color (decimal): -8184934 or 10099587. OLE color: 10099587.

HSL color Cylindrical-coordinate representation of color #831B9A: hue angle of 289.13º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831B9A is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13127154-
CMYK0.150.8200.40
HSL289.13º70.17%35.49%-
HSV(B)289.13º82.47%60.39%-
XYZ15.587.9431.28-
YUV72.57173.96169.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.99%
GREEN value IS 27 (10.94% from 255) = 8.65%
BLUE value IS 154 (60.55% from 255) = 49.36%
R=41.99%
G=8.65%
B=49.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131271540.150.8200.40289.1370.1735.49
Hex831B9AF520281214623
Octal203332321712205044110643
Binary1000001111011100110101111101001001010001001000011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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