#831A96

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

Shades of Vivid Violet #831A96

Tints of Vivid Violet #831A96

Color information

#831A96 (or 0x831A96) is unknown color: approx Vivid Violet. HEX triplet: 83, 1A and 96. RGB value is (131,26,150). Sum of RGB (Red+Green+Blue) = 131+26+150=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #831A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831A96 is #7CE569. Grayscale: #474747. Windows color (decimal): -8185194 or 9837187. OLE color: 9837187.

HSL color Cylindrical-coordinate representation of color #831A96: hue angle of 290.81º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #831A96 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13126150-
CMYK0.130.8300.41
HSL290.81º70.45%34.51%-
HSV(B)290.81º82.67%58.82%-
XYZ15.237.7729.55-
YUV71.53172.29170.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.67%
GREEN value IS 26 (10.55% from 255) = 8.47%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=42.67%
G=8.47%
B=48.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131261500.130.8300.41290.8170.4534.51
Hex831A96D530291234623
Octal203322261512305144310643
Binary1000001111010100101101101101001101010011001000111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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