#832093

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

Shades of Vivid Violet #832093

Tints of Vivid Violet #832093

Color information

#832093 (or 0x832093) is unknown color: approx Vivid Violet. HEX triplet: 83, 20 and 93. RGB value is (131,32,147). Sum of RGB (Red+Green+Blue) = 131+32+147=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #832093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832093 is #7CDF6C. Grayscale: #4A4A4A. Windows color (decimal): -8183661 or 9642115. OLE color: 9642115.

HSL color Cylindrical-coordinate representation of color #832093: hue angle of 291.65º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #832093 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13132147-
CMYK0.110.7800.42
HSL291.65º64.25%35.1%-
HSV(B)291.65º78.23%57.65%-
XYZ15.147.9628.34-
YUV74.71168.8168.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.26%
GREEN value IS 32 (12.89% from 255) = 10.32%
BLUE value IS 147 (57.81% from 255) = 47.42%
R=42.26%
G=10.32%
B=47.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131321470.110.7800.42291.6564.2535.1
Hex832093B4E02A1244023
Octal203402231311605244410043
Binary10000011100000100100111011100111001010101001001001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832093; }

 p { color: rgb(131,32,147); }

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

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

 a { background-color: rgb(131,32,147); }

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

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

 span { border-color: rgb(131,32,147); }

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