Html Css Color HEX #8320DF Blue Violet

📋 copy color: '#8320DF'

red 131 ◦ green 32 ◦ blue 223

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

Shades of Blue Violet #8320DF

Tints of Blue Violet #8320DF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.29%

 BLUE value IS 223 (87.5% from 255) = 57.77%

R = 33.94%
G = 8.29%
B = 57.77%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8320DF (or 0x8320DF) is known color: Blue Violet. HEX triplet: 83, 20 and DF. RGB value is (131,32,223). Sum of RGB (Red+Green+Blue) = 131+32+223=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #8320DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8320DF is #7CDF20. Grayscale: #525252. Windows color (decimal): -8183585 or 14622851. OLE color: 14622851.

HSL color Cylindrical-coordinate representation of color #8320DF: hue angle of 271.1º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8320DF is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 32 223 -
CMYK 0.41 0.86 0 0.13
HSL 271.1º 0.75% 0.5% -
HSV(B) 271.1º 0.86% 0.87% -
XYZ 23.2 11.19 70.75 -
YUV 83.38 206.8 161.97 -
System Red Green Blue C M Y K H S L
Decimal 131 32 223 0.41 0.86 0 0.13 271.1 0.75 0.5
Hex 83 20 DF 29 56 0 D 10F 4B 32
Octal 203 40 337 51 126 0 15 417 113 62
Binary 10000011 100000 11011111 101001 1010110 0 1101 100001111 1001011 110010

Color Harmonies of #8320DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8320DF

Black with #8320DF

Text Example


Text Example

White with #8320DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8320DF; }

 p { color: rgb(131,32,223); }

 H1.HeaderClassName
 {
   color: #8320DF;
 }
 .AnyTagClassName
 {
   color: #8320DF;
 }
</style>

background-color css

<style>
 a { background-color: #8320DF; }

 a { background-color: rgb(131,32,223); }

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

border-color css

<style>
 span { border-color: #8320DF; }

 span { border-color: rgb(131,32,223); }

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