Html Css Color HEX #8313AF Dark Violet

📋 copy color: '#8313AF'

red 131 ◦ green 19 ◦ blue 175

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

Shades of Dark Violet #8313AF

Tints of Dark Violet #8313AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.85%

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

R = 40.31%
G = 5.85%
B = 53.85%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8313AF (or 0x8313AF) is known color: Dark Violet. HEX triplet: 83, 13 and AF. RGB value is (131,19,175). Sum of RGB (Red+Green+Blue) = 131+19+175=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #8313AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8313AF is #7CEC50. Grayscale: #454545. Windows color (decimal): -8186961 or 11473795. OLE color: 11473795.

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

Color convert

RGB 131 19 175 -
CMYK 0.25 0.89 0 0.31
HSL 283.08º 0.8% 0.38% -
HSV(B) 283.08º 0.89% 0.69% -
XYZ 17.33 8.39 41.26 -
YUV 70.27 187.11 171.32 -
System Red Green Blue C M Y K H S L
Decimal 131 19 175 0.25 0.89 0 0.31 283.08 0.8 0.38
Hex 83 13 AF 19 59 0 1F 11B 50 26
Octal 203 23 257 31 131 0 37 433 120 46
Binary 10000011 10011 10101111 11001 1011001 0 11111 100011011 1010000 100110

Color Harmonies of #8313AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8313AF

Black with #8313AF

Text Example


Text Example

White with #8313AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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