Html Css Color HEX #8312AD Dark Violet

📋 copy color: '#8312AD'

red 131 ◦ green 18 ◦ blue 173

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

Shades of Dark Violet #8312AD

Tints of Dark Violet #8312AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.59%

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 40.68%
G = 5.59%
B = 53.73%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8312AD (or 0x8312AD) is known color: Dark Violet. HEX triplet: 83, 12 and AD. RGB value is (131,18,173). Sum of RGB (Red+Green+Blue) = 131+18+173=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #8312AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8312AD is #7CED52. Grayscale: #444444. Windows color (decimal): -8187219 or 11342467. OLE color: 11342467.

HSL color Cylindrical-coordinate representation of color #8312AD: hue angle of 283.74º degrees, saturation: 0.81, 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 #8312AD is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 18 173 -
CMYK 0.24 0.90 0 0.32
HSL 283.74º 0.81% 0.37% -
HSV(B) 283.74º 0.9% 0.68% -
XYZ 17.12 8.28 40.23 -
YUV 69.46 186.44 171.9 -
System Red Green Blue C M Y K H S L
Decimal 131 18 173 0.24 0.90 0 0.32 283.74 0.81 0.37
Hex 83 12 AD 18 5A 0 20 11C 51 25
Octal 203 22 255 30 132 0 40 434 121 45
Binary 10000011 10010 10101101 11000 1011010 0 100000 100011100 1010001 100101

Color Harmonies of #8312AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8312AD

Black with #8312AD

Text Example


Text Example

White with #8312AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8312AD; }

 p { color: rgb(131,18,173); }

 H1.HeaderClassName
 {
   color: #8312AD;
 }
 .AnyTagClassName
 {
   color: #8312AD;
 }
</style>

background-color css

<style>
 a { background-color: #8312AD; }

 a { background-color: rgb(131,18,173); }

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

border-color css

<style>
 span { border-color: #8312AD; }

 span { border-color: rgb(131,18,173); }

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