Html Css Color HEX #8311AE Dark Violet

📋 copy color: '#8311AE'

red 131 ◦ green 17 ◦ blue 174

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

Shades of Dark Violet #8311AE

Tints of Dark Violet #8311AE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.28%

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

R = 40.68%
G = 5.28%
B = 54.04%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8311AE (or 0x8311AE) is known color: Dark Violet. HEX triplet: 83, 11 and AE. RGB value is (131,17,174). Sum of RGB (Red+Green+Blue) = 131+17+174=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #8311AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8311AE is #7CEE51. Grayscale: #444444. Windows color (decimal): -8187474 or 11407747. OLE color: 11407747.

HSL color Cylindrical-coordinate representation of color #8311AE: hue angle of 283.57º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8311AE is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 17 174 -
CMYK 0.25 0.90 0 0.32
HSL 283.57º 0.82% 0.37% -
HSV(B) 283.57º 0.9% 0.68% -
XYZ 17.2 8.28 40.74 -
YUV 68.98 187.27 172.23 -
System Red Green Blue C M Y K H S L
Decimal 131 17 174 0.25 0.90 0 0.32 283.57 0.82 0.37
Hex 83 11 AE 19 5A 0 20 11C 52 25
Octal 203 21 256 31 132 0 40 434 122 45
Binary 10000011 10001 10101110 11001 1011010 0 100000 100011100 1010010 100101

Color Harmonies of #8311AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8311AE

Black with #8311AE

Text Example


Text Example

White with #8311AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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