#834B8A

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

Shades of Vivid Violet #834B8A

Tints of Vivid Violet #834B8A

Color information

#834B8A (or 0x834B8A) is unknown color: approx Vivid Violet. HEX triplet: 83, 4B and 8A. RGB value is (131,75,138). Sum of RGB (Red+Green+Blue) = 131+75+138=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #834B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834B8A is #7CB475. Grayscale: #626262. Windows color (decimal): -8172662 or 9063299. OLE color: 9063299.

HSL color Cylindrical-coordinate representation of color #834B8A: hue angle of 293.33º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #834B8A is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13175138-
CMYK0.050.4600.46
HSL293.33º29.58%41.76%-
HSV(B)293.33º45.65%54.12%-
XYZ16.4611.6925.43-
YUV98.93150.05150.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.08%
GREEN value IS 75 (29.69% from 255) = 21.80%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=38.08%
G=21.80%
B=40.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131751380.050.4600.46293.3329.5841.76
Hex834B8A52E02E1251e2a
Octal2031132125560564453652
Binary10000011100101110001010101101110010111010010010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834B8A; }

 p { color: rgb(131,75,138); }

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

<style>
 a { background-color: #834B8A; }

 a { background-color: rgb(131,75,138); }

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

<style>
 span { border-color: #834B8A; }

 span { border-color: rgb(131,75,138); }

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