#83409E

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

Shades of Vivid Violet #83409E

Tints of Vivid Violet #83409E

Color information

#83409E (or 0x83409E) is unknown color: approx Vivid Violet. HEX triplet: 83, 40 and 9E. RGB value is (131,64,158). Sum of RGB (Red+Green+Blue) = 131+64+158=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #83409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83409E is #7CBF61. Grayscale: #5E5E5E. Windows color (decimal): -8175458 or 10371203. OLE color: 10371203.

HSL color Cylindrical-coordinate representation of color #83409E: hue angle of 282.77º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83409E is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13164158-
CMYK0.170.5900.38
HSL282.77º42.34%43.53%-
HSV(B)282.77º59.49%61.96%-
XYZ17.3710.9633.55-
YUV94.75163.7153.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.11%
GREEN value IS 64 (25.39% from 255) = 18.13%
BLUE value IS 158 (62.11% from 255) = 44.76%
R=37.11%
G=18.13%
B=44.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131641580.170.5900.38282.7742.3443.53
Hex83409E113B02611b2a2c
Octal20310023621730464335254
Binary10000011100000010011110100011110110100110100011011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83409E; }

 p { color: rgb(131,64,158); }

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

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

 a { background-color: rgb(131,64,158); }

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

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

 span { border-color: rgb(131,64,158); }

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