#831EAA

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

Shades of Vivid Violet #831EAA

Tints of Vivid Violet #831EAA

Color information

#831EAA (or 0x831EAA) is unknown color: approx Vivid Violet. HEX triplet: 83, 1E and AA. RGB value is (131,30,170). Sum of RGB (Red+Green+Blue) = 131+30+170=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #831EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831EAA is #7CE155. Grayscale: #4B4B4B. Windows color (decimal): -8184150 or 11148931. OLE color: 11148931.

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

Color convert

RGB13130170-
CMYK0.230.8200.33
HSL283.29º70%39.22%-
HSV(B)283.29º82.35%66.67%-
XYZ17.088.6638.8-
YUV76.16180.96167.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 30 (12.11% from 255) = 9.06%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=39.58%
G=9.06%
B=51.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131301700.230.8200.33283.297039.22
Hex831EAA175202111b4627
Octal203362522712204143310647
Binary10000011111101010101010111101001001000011000110111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,30,170); }

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

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

 a { background-color: rgb(131,30,170); }

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

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

 span { border-color: rgb(131,30,170); }

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