Html Css Color HEX #8320F1 Blue Violet

📋 copy color: '#8320F1'

red 131 ◦ green 32 ◦ blue 241

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

Shades of Blue Violet #8320F1

Tints of Blue Violet #8320F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.65%

R = 32.43%
G = 7.92%
B = 59.65%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8320F1 (or 0x8320F1) is known color: Blue Violet. HEX triplet: 83, 20 and F1. RGB value is (131,32,241). Sum of RGB (Red+Green+Blue) = 131+32+241=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #8320F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8320F1 is #7CDF0E. Grayscale: #545454. Windows color (decimal): -8183567 or 15802499. OLE color: 15802499.

HSL color Cylindrical-coordinate representation of color #8320F1: hue angle of 268.42º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8320F1 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 32 241 -
CMYK 0.46 0.87 0 0.05
HSL 268.42º 0.88% 0.54% -
HSV(B) 268.42º 0.87% 0.95% -
XYZ 25.75 12.21 84.22 -
YUV 85.43 215.8 160.51 -
System Red Green Blue C M Y K H S L
Decimal 131 32 241 0.46 0.87 0 0.05 268.42 0.88 0.54
Hex 83 20 F1 2E 57 0 5 10C 58 36
Octal 203 40 361 56 127 0 5 414 130 66
Binary 10000011 100000 11110001 101110 1010111 0 101 100001100 1011000 110110

Color Harmonies of #8320F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8320F1

Black with #8320F1

Text Example


Text Example

White with #8320F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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