#834AE7

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

Shades of Blue Violet #834AE7

Tints of Blue Violet #834AE7

Color information

#834AE7 (or 0x834AE7) is unknown color: approx Blue Violet. HEX triplet: 83, 4A and E7. RGB value is (131,74,231). Sum of RGB (Red+Green+Blue) = 131+74+231=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 231 (90.62% from 255 or 52.98% from 436); Max value from RGB is 231 - color contains mainly: blue. Hex color #834AE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #834AE7 is #7CB518. Grayscale: #6C6C6C. Windows color (decimal): -8172825 or 15157891. OLE color: 15157891.

HSL color Cylindrical-coordinate representation of color #834AE7: hue angle of 261.78º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #834AE7 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13174231-
CMYK0.430.6800.09
HSL261.78º76.59%59.8%-
HSV(B)261.78º67.97%90.59%-
XYZ26.2315.4977.21-
YUV108.94196.88143.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.05%
GREEN value IS 74 (29.30% from 255) = 16.97%
BLUE value IS 231 (90.62% from 255) = 52.98%
R=30.05%
G=16.97%
B=52.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal131742310.430.6800.09261.7876.5959.8
Hex834AE72B44091064d3c
Octal2031123475310401140611574
Binary100000111001010111001111010111000100010011000001101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,74,231); }

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

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

 a { background-color: rgb(131,74,231); }

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

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

 span { border-color: rgb(131,74,231); }

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