#831AAD

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

Shades of Vivid Violet #831AAD

Tints of Vivid Violet #831AAD

Color information

#831AAD (or 0x831AAD) is unknown color: approx Vivid Violet. HEX triplet: 83, 1A and AD. RGB value is (131,26,173). Sum of RGB (Red+Green+Blue) = 131+26+173=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #831AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831AAD is #7CE552. Grayscale: #494949. Windows color (decimal): -8185171 or 11344515. OLE color: 11344515.

HSL color Cylindrical-coordinate representation of color #831AAD: hue angle of 282.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831AAD is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13126173-
CMYK0.240.8500.32
HSL282.86º73.87%39.02%-
HSV(B)282.86º84.97%67.84%-
XYZ17.278.5840.28-
YUV74.15183.79168.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.70%
GREEN value IS 26 (10.55% from 255) = 7.88%
BLUE value IS 173 (67.97% from 255) = 52.42%
R=39.70%
G=7.88%
B=52.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131261730.240.8500.32282.8673.8739.02
Hex831AAD185502011b4a27
Octal203322553012504043311247
Binary10000011110101010110111000101010101000001000110111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,26,173); }

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

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

 a { background-color: rgb(131,26,173); }

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

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

 span { border-color: rgb(131,26,173); }

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