#83399B

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

Shades of Vivid Violet #83399B

Tints of Vivid Violet #83399B

Color information

#83399B (or 0x83399B) is unknown color: approx Vivid Violet. HEX triplet: 83, 39 and 9B. RGB value is (131,57,155). Sum of RGB (Red+Green+Blue) = 131+57+155=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #83399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83399B is #7CC664. Grayscale: #595959. Windows color (decimal): -8177253 or 10172803. OLE color: 10172803.

HSL color Cylindrical-coordinate representation of color #83399B: hue angle of 285.31º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83399B is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13157155-
CMYK0.150.6300.39
HSL285.31º46.23%41.57%-
HSV(B)285.31º63.23%60.78%-
XYZ16.7410.1232.08-
YUV90.3164.52157.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 57 (22.66% from 255) = 16.62%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=38.19%
G=16.62%
B=45.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131571550.150.6300.39285.3146.2341.57
Hex83399BF3F02711d2e2a
Octal2037123317770474355652
Binary100000111110011001101111111111110100111100011101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83399B; }

 p { color: rgb(131,57,155); }

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

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

 a { background-color: rgb(131,57,155); }

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

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

 span { border-color: rgb(131,57,155); }

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