#83429D

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

Shades of Vivid Violet #83429D

Tints of Vivid Violet #83429D

Color information

#83429D (or 0x83429D) is unknown color: approx Vivid Violet. HEX triplet: 83, 42 and 9D. RGB value is (131,66,157). Sum of RGB (Red+Green+Blue) = 131+66+157=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #83429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83429D is #7CBD62. Grayscale: #5F5F5F. Windows color (decimal): -8174947 or 10306179. OLE color: 10306179.

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

Color convert

RGB13166157-
CMYK0.170.5800.38
HSL282.86º40.81%43.73%-
HSV(B)282.86º57.96%61.57%-
XYZ17.3911.1633.13-
YUV95.81162.53153.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.01%
GREEN value IS 66 (26.17% from 255) = 18.64%
BLUE value IS 157 (61.72% from 255) = 44.35%
R=37.01%
G=18.64%
B=44.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131661570.170.5800.38282.8640.8143.73
Hex83429D113A02611b292c
Octal20310223521720464335154
Binary10000011100001010011101100011110100100110100011011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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