#83469D

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

Shades of Vivid Violet #83469D

Tints of Vivid Violet #83469D

Color information

#83469D (or 0x83469D) is unknown color: approx Vivid Violet. HEX triplet: 83, 46 and 9D. RGB value is (131,70,157). Sum of RGB (Red+Green+Blue) = 131+70+157=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #83469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83469D is #7CB962. Grayscale: #616161. Windows color (decimal): -8173923 or 10307203. OLE color: 10307203.

HSL color Cylindrical-coordinate representation of color #83469D: hue angle of 282.07º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83469D is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13170157-
CMYK0.170.5500.38
HSL282.07º38.33%44.51%-
HSV(B)282.07º55.41%61.57%-
XYZ17.6411.6433.22-
YUV98.16161.21151.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.59%
GREEN value IS 70 (27.73% from 255) = 19.55%
BLUE value IS 157 (61.72% from 255) = 43.85%
R=36.59%
G=19.55%
B=43.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131701570.170.5500.38282.0738.3344.51
Hex83469D113702611a262d
Octal20310623521670464324655
Binary10000011100011010011101100011101110100110100011010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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