#8334AE

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

Shades of Vivid Violet #8334AE

Tints of Vivid Violet #8334AE

Color information

#8334AE (or 0x8334AE) is unknown color: approx Vivid Violet. HEX triplet: 83, 34 and AE. RGB value is (131,52,174). Sum of RGB (Red+Green+Blue) = 131+52+174=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #8334AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8334AE is #7CCB51. Grayscale: #595959. Windows color (decimal): -8178514 or 11416707. OLE color: 11416707.

HSL color Cylindrical-coordinate representation of color #8334AE: hue angle of 278.85º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8334AE is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13152174-
CMYK0.250.7000.32
HSL278.85º53.98%44.31%-
HSV(B)278.85º70.11%68.24%-
XYZ18.2310.3441.08-
YUV89.53175.67157.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.69%
GREEN value IS 52 (20.70% from 255) = 14.57%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=36.69%
G=14.57%
B=48.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131521740.250.7000.32278.8553.9844.31
Hex8334AE1946020117362c
Octal20364256311060404276654
Binary10000011110100101011101100110001100100000100010111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8334AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8334AE; }

 p { color: rgb(131,52,174); }

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

<style>
 a { background-color: #8334AE; }

 a { background-color: rgb(131,52,174); }

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

<style>
 span { border-color: #8334AE; }

 span { border-color: rgb(131,52,174); }

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