Html Css Color HEX #8321E1 Blue Violet

📋 copy color: '#8321E1'

red 131 ◦ green 33 ◦ blue 225

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

Shades of Blue Violet #8321E1

Tints of Blue Violet #8321E1

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.48%

 BLUE value IS 225 (88.28% from 255) = 57.84%

R = 33.68%
G = 8.48%
B = 57.84%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8321E1 (or 0x8321E1) is known color: Blue Violet. HEX triplet: 83, 21 and E1. RGB value is (131,33,225). Sum of RGB (Red+Green+Blue) = 131+33+225=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #8321E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8321E1 is #7CDE1E. Grayscale: #535353. Windows color (decimal): -8183327 or 14754179. OLE color: 14754179.

HSL color Cylindrical-coordinate representation of color #8321E1: hue angle of 270.62º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8321E1 is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 33 225 -
CMYK 0.42 0.85 0 0.12
HSL 270.63º 0.76% 0.51% -
HSV(B) 270.63º 0.85% 0.88% -
XYZ 23.49 11.35 72.19 -
YUV 84.19 207.47 161.39 -
System Red Green Blue C M Y K H S L
Decimal 131 33 225 0.42 0.85 0 0.12 270.63 0.76 0.51
Hex 83 21 E1 2A 55 0 C 10F 4C 33
Octal 203 41 341 52 125 0 14 417 114 63
Binary 10000011 100001 11100001 101010 1010101 0 1100 100001111 1001100 110011

Color Harmonies of #8321E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8321E1

Black with #8321E1

Text Example


Text Example

White with #8321E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8321E1; }

 p { color: rgb(131,33,225); }

 H1.HeaderClassName
 {
   color: #8321E1;
 }
 .AnyTagClassName
 {
   color: #8321E1;
 }
</style>

background-color css

<style>
 a { background-color: #8321E1; }

 a { background-color: rgb(131,33,225); }

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

border-color css

<style>
 span { border-color: #8321E1; }

 span { border-color: rgb(131,33,225); }

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