Html Css Color HEX #8334AE Vivid Violet

📋 copy color: '#8334AE'

red 131 ◦ green 52 ◦ blue 174

#8334AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #8334AE

Tints of Vivid Violet #8334AE

RGB

 RED value IS 131 (51.56% from 255) = 36.69%

 GREEN value IS 52 (20.7% 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 value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8334AE (or 0x8334AE) is known color: 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

RGB 131 52 174 -
CMYK 0.25 0.70 0 0.32
HSL 278.85º 0.54% 0.44% -
HSV(B) 278.85º 0.7% 0.68% -
XYZ 18.23 10.34 41.08 -
YUV 89.53 175.67 157.58 -
System Red Green Blue C M Y K H S L
Decimal 131 52 174 0.25 0.70 0 0.32 278.85 0.54 0.44
Hex 83 34 AE 19 46 0 20 117 36 2C
Octal 203 64 256 31 106 0 40 427 66 54
Binary 10000011 110100 10101110 11001 1000110 0 100000 100010111 110110 101100

Color Harmonies of #8334AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8334AE

Black with #8334AE

Text Example


Text Example

White with #8334AE

Text Example


Text Example

HTML Codes & Css Web 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>