#83407F

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

Shades of Vivid Violet #83407F

Tints of Vivid Violet #83407F

Color information

#83407F (or 0x83407F) is unknown color: approx Vivid Violet. HEX triplet: 83, 40 and 7F. RGB value is (131,64,127). Sum of RGB (Red+Green+Blue) = 131+64+127=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #83407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83407F is #7CBF80. Grayscale: #5B5B5B. Windows color (decimal): -8175489 or 8339587. OLE color: 8339587.

HSL color Cylindrical-coordinate representation of color #83407F: hue angle of 303.58º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83407F is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB13164127-
CMYK00.510.030.49
HSL303.58º34.36%38.24%-
HSV(B)303.58º51.15%51.37%-
XYZ15.0210.0221.22-
YUV91.21148.2156.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.68%
GREEN value IS 64 (25.39% from 255) = 19.88%
BLUE value IS 127 (50% from 255) = 39.44%
R=40.68%
G=19.88%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316412700.510.030.49303.5834.3638.24
Hex83407F0333311302226
Octal2031001770633614604246
Binary1000001110000001111111011001111110001100110000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83407F; }

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

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

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

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

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

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

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

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