#83417F

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

Shades of Vivid Violet #83417F

Tints of Vivid Violet #83417F

Color information

#83417F (or 0x83417F) is unknown color: approx Vivid Violet. HEX triplet: 83, 41 and 7F. RGB value is (131,65,127). Sum of RGB (Red+Green+Blue) = 131+65+127=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #83417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83417F is #7CBE80. Grayscale: #5B5B5B. Windows color (decimal): -8175233 or 8339843. OLE color: 8339843.

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

Color convert

RGB13165127-
CMYK00.500.030.49
HSL303.64º33.67%38.43%-
HSV(B)303.64º50.38%51.37%-
XYZ15.0810.1421.24-
YUV91.8147.87155.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.56%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 127 (50% from 255) = 39.32%
R=40.56%
G=20.12%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316512700.500.030.49303.6433.6738.43
Hex83417F0323311302226
Octal2031011770623614604246
Binary1000001110000011111111011001011110001100110000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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