Html Css Color HEX #8321FD Blue Violet

📋 copy color: '#8321FD'

red 131 ◦ green 33 ◦ blue 253

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

Shades of Blue Violet #8321FD

Tints of Blue Violet #8321FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.67%

R = 31.41%
G = 7.91%
B = 60.67%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8321FD (or 0x8321FD) is known color: Blue Violet. HEX triplet: 83, 21 and FD. RGB value is (131,33,253). Sum of RGB (Red+Green+Blue) = 131+33+253=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #8321FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8321FD is #7CDE02. Grayscale: #565656. Windows color (decimal): -8183299 or 16589187. OLE color: 16589187.

HSL color Cylindrical-coordinate representation of color #8321FD: hue angle of 266.73º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8321FD is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 33 253 -
CMYK 0.48 0.87 0 0.01
HSL 266.73º 0.98% 0.56% -
HSV(B) 266.73º 0.87% 0.99% -
XYZ 27.63 13 93.98 -
YUV 87.38 221.47 159.11 -
System Red Green Blue C M Y K H S L
Decimal 131 33 253 0.48 0.87 0 0.01 266.73 0.98 0.56
Hex 83 21 FD 30 57 0 1 10B 62 38
Octal 203 41 375 60 127 0 1 413 142 70
Binary 10000011 100001 11111101 110000 1010111 0 1 100001011 1100010 111000

Color Harmonies of #8321FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8321FD

Black with #8321FD

Text Example


Text Example

White with #8321FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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