#831AAC

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

Shades of Vivid Violet #831AAC

Tints of Vivid Violet #831AAC

Color information

#831AAC (or 0x831AAC) is unknown color: approx Vivid Violet. HEX triplet: 83, 1A and AC. RGB value is (131,26,172). Sum of RGB (Red+Green+Blue) = 131+26+172=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #831AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831AAC is #7CE553. Grayscale: #494949. Windows color (decimal): -8185172 or 11278979. OLE color: 11278979.

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

Color convert

RGB13126172-
CMYK0.240.8500.33
HSL283.15º73.74%38.82%-
HSV(B)283.15º84.88%67.45%-
XYZ17.188.5439.77-
YUV74.04183.29168.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 26 (10.55% from 255) = 7.90%
BLUE value IS 172 (67.58% from 255) = 52.28%
R=39.82%
G=7.90%
B=52.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131261720.240.8500.33283.1573.7438.82
Hex831AAC185502111b4a27
Octal203322543012504143311247
Binary10000011110101010110011000101010101000011000110111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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