Html Css Color HEX #8310AE Dark Violet

📋 copy color: '#8310AE'

red 131 ◦ green 16 ◦ blue 174

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

Shades of Dark Violet #8310AE

Tints of Dark Violet #8310AE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.98%

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

R = 40.81%
G = 4.98%
B = 54.21%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8310AE (or 0x8310AE) is known color: Dark Violet. HEX triplet: 83, 10 and AE. RGB value is (131,16,174). Sum of RGB (Red+Green+Blue) = 131+16+174=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #8310AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8310AE is #7CEF51. Grayscale: #434343. Windows color (decimal): -8187730 or 11407491. OLE color: 11407491.

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

Color convert

RGB 131 16 174 -
CMYK 0.25 0.91 0 0.32
HSL 283.67º 0.83% 0.37% -
HSV(B) 283.67º 0.91% 0.68% -
XYZ 17.19 8.25 40.73 -
YUV 68.4 187.6 172.65 -
System Red Green Blue C M Y K H S L
Decimal 131 16 174 0.25 0.91 0 0.32 283.67 0.83 0.37
Hex 83 10 AE 19 5B 0 20 11C 53 25
Octal 203 20 256 31 133 0 40 434 123 45
Binary 10000011 10000 10101110 11001 1011011 0 100000 100011100 1010011 100101

Color Harmonies of #8310AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8310AE

Black with #8310AE

Text Example


Text Example

White with #8310AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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