Html Css Color HEX #8314AE Dark Violet

📋 copy color: '#8314AE'

red 131 ◦ green 20 ◦ blue 174

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

Shades of Dark Violet #8314AE

Tints of Dark Violet #8314AE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.15%

 BLUE value IS 174 (68.36% from 255) = 53.54%

R = 40.31%
G = 6.15%
B = 53.54%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8314AE (or 0x8314AE) is known color: Dark Violet. HEX triplet: 83, 14 and AE. RGB value is (131,20,174). Sum of RGB (Red+Green+Blue) = 131+20+174=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #8314AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8314AE is #7CEB51. Grayscale: #464646. Windows color (decimal): -8186706 or 11408515. OLE color: 11408515.

HSL color Cylindrical-coordinate representation of color #8314AE: hue angle of 283.25º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8314AE is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 20 174 -
CMYK 0.25 0.89 0 0.32
HSL 283.25º 0.79% 0.38% -
HSV(B) 283.25º 0.89% 0.68% -
XYZ 17.25 8.38 40.75 -
YUV 70.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 131 20 174 0.25 0.89 0 0.32 283.25 0.79 0.38
Hex 83 14 AE 19 59 0 20 11B 4F 26
Octal 203 24 256 31 131 0 40 433 117 46
Binary 10000011 10100 10101110 11001 1011001 0 100000 100011011 1001111 100110

Color Harmonies of #8314AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8314AE

Black with #8314AE

Text Example


Text Example

White with #8314AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8314AE;
 }
 .AnyTagClassName
 {
   color: #8314AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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