#83419D

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

Shades of Vivid Violet #83419D

Tints of Vivid Violet #83419D

Color information

#83419D (or 0x83419D) is unknown color: approx Vivid Violet. HEX triplet: 83, 41 and 9D. RGB value is (131,65,157). Sum of RGB (Red+Green+Blue) = 131+65+157=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #83419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83419D is #7CBE62. Grayscale: #5E5E5E. Windows color (decimal): -8175203 or 10305923. OLE color: 10305923.

HSL color Cylindrical-coordinate representation of color #83419D: hue angle of 283.04º degrees, saturation: 0.41, 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 #83419D is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13165157-
CMYK0.170.5900.38
HSL283.04º41.44%43.53%-
HSV(B)283.04º58.6%61.57%-
XYZ17.3411.0433.12-
YUV95.22162.87153.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.11%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=37.11%
G=18.41%
B=44.48%

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
Decimal131651570.170.5900.38283.0441.4443.53
Hex83419D113B02611b292c
Octal20310123521730464335154
Binary10000011100000110011101100011110110100110100011011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83419D; }

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

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

<style>
 a { background-color: #83419D; }

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

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

<style>
 span { border-color: #83419D; }

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

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