#83409C

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

Shades of Vivid Violet #83409C

Tints of Vivid Violet #83409C

Color information

#83409C (or 0x83409C) is unknown color: approx Vivid Violet. HEX triplet: 83, 40 and 9C. RGB value is (131,64,156). Sum of RGB (Red+Green+Blue) = 131+64+156=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #83409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83409C is #7CBF63. Grayscale: #5E5E5E. Windows color (decimal): -8175460 or 10240131. OLE color: 10240131.

HSL color Cylindrical-coordinate representation of color #83409C: hue angle of 283.7º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83409C is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13164156-
CMYK0.160.5900.39
HSL283.7º41.82%43.14%-
HSV(B)283.7º58.97%61.18%-
XYZ17.1910.8932.65-
YUV94.52162.7154.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.32%
GREEN value IS 64 (25.39% from 255) = 18.23%
BLUE value IS 156 (61.33% from 255) = 44.44%
R=37.32%
G=18.23%
B=44.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131641560.160.5900.39283.741.8243.14
Hex83409C103B02711c2a2b
Octal20310023420730474345253
Binary10000011100000010011100100001110110100111100011100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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