#83438C

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

Shades of Vivid Violet #83438C

Tints of Vivid Violet #83438C

Color information

#83438C (or 0x83438C) is unknown color: approx Vivid Violet. HEX triplet: 83, 43 and 8C. RGB value is (131,67,140). Sum of RGB (Red+Green+Blue) = 131+67+140=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #83438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83438C is #7CBC73. Grayscale: #5E5E5E. Windows color (decimal): -8174708 or 9192323. OLE color: 9192323.

HSL color Cylindrical-coordinate representation of color #83438C: hue angle of 292.6º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83438C is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13167140-
CMYK0.060.5200.45
HSL292.6º35.27%40.59%-
HSV(B)292.6º52.14%54.9%-
XYZ16.110.7326.03-
YUV94.46153.7154.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 140 (55.08% from 255) = 41.42%
R=38.76%
G=19.82%
B=41.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131671400.060.5200.45292.635.2740.59
Hex83438C63402D1252329
Octal2031032146640554454351
Binary100000111000011100011001101101000101101100100101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83438C; }

 p { color: rgb(131,67,140); }

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

<style>
 a { background-color: #83438C; }

 a { background-color: rgb(131,67,140); }

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

<style>
 span { border-color: #83438C; }

 span { border-color: rgb(131,67,140); }

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