Html Css Color HEX #8312AF Dark Violet

📋 copy color: '#8312AF'

red 131 ◦ green 18 ◦ blue 175

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

Shades of Dark Violet #8312AF

Tints of Dark Violet #8312AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.01%

R = 40.43%
G = 5.56%
B = 54.01%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8312AF (or 0x8312AF) is known color: Dark Violet. HEX triplet: 83, 12 and AF. RGB value is (131,18,175). Sum of RGB (Red+Green+Blue) = 131+18+175=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #8312AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8312AF is #7CED50. Grayscale: #454545. Windows color (decimal): -8187217 or 11473539. OLE color: 11473539.

HSL color Cylindrical-coordinate representation of color #8312AF: hue angle of 283.18º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8312AF is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 18 175 -
CMYK 0.25 0.90 0 0.31
HSL 283.18º 0.81% 0.38% -
HSV(B) 283.18º 0.9% 0.69% -
XYZ 17.31 8.35 41.26 -
YUV 69.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 131 18 175 0.25 0.90 0 0.31 283.18 0.81 0.38
Hex 83 12 AF 19 5A 0 1F 11B 51 26
Octal 203 22 257 31 132 0 37 433 121 46
Binary 10000011 10010 10101111 11001 1011010 0 11111 100011011 1010001 100110

Color Harmonies of #8312AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8312AF

Black with #8312AF

Text Example


Text Example

White with #8312AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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