#834B8E

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

Shades of Vivid Violet #834B8E

Tints of Vivid Violet #834B8E

Color information

#834B8E (or 0x834B8E) is unknown color: approx Vivid Violet. HEX triplet: 83, 4B and 8E. RGB value is (131,75,142). Sum of RGB (Red+Green+Blue) = 131+75+142=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #834B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834B8E is #7CB471. Grayscale: #636363. Windows color (decimal): -8172658 or 9325443. OLE color: 9325443.

HSL color Cylindrical-coordinate representation of color #834B8E: hue angle of 290.15º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834B8E is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13175142-
CMYK0.080.4700.44
HSL290.15º30.88%42.55%-
HSV(B)290.15º47.18%55.69%-
XYZ16.7611.8126.99-
YUV99.38152.05150.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.64%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=37.64%
G=21.55%
B=40.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131751420.080.4700.44290.1530.8842.55
Hex834B8E82F02C1221f2b
Octal20311321610570544423753
Binary100000111001011100011101000101111010110010010001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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