#831C92

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

Shades of Vivid Violet #831C92

Tints of Vivid Violet #831C92

Color information

#831C92 (or 0x831C92) is unknown color: approx Vivid Violet. HEX triplet: 83, 1C and 92. RGB value is (131,28,146). Sum of RGB (Red+Green+Blue) = 131+28+146=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #831C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831C92 is #7CE36D. Grayscale: #474747. Windows color (decimal): -8184686 or 9575555. OLE color: 9575555.

HSL color Cylindrical-coordinate representation of color #831C92: hue angle of 292.37º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831C92 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13128146-
CMYK0.100.8100.43
HSL292.37º67.82%34.12%-
HSV(B)292.37º80.82%57.25%-
XYZ14.967.7327.9-
YUV72.25169.62169.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 28 (11.33% from 255) = 9.18%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=42.95%
G=9.18%
B=47.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131281460.100.8100.43292.3767.8234.12
Hex831C92A5102B1244422
Octal203342221212105344410442
Binary1000001111100100100101010101000101010111001001001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,28,146); }

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

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

 a { background-color: rgb(131,28,146); }

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

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

 span { border-color: rgb(131,28,146); }

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