Html Css Color HEX #8329FA Blue Violet

📋 copy color: '#8329FA'

red 131 ◦ green 41 ◦ blue 250

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

Shades of Blue Violet #8329FA

Tints of Blue Violet #8329FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.72%

 BLUE value IS 250 (98.05% from 255) = 59.24%

R = 31.04%
G = 9.72%
B = 59.24%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8329FA (or 0x8329FA) is known color: Blue Violet. HEX triplet: 83, 29 and FA. RGB value is (131,41,250). Sum of RGB (Red+Green+Blue) = 131+41+250=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #8329FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8329FA is #7CD605. Grayscale: #5A5A5A. Windows color (decimal): -8181254 or 16394627. OLE color: 16394627.

HSL color Cylindrical-coordinate representation of color #8329FA: hue angle of 265.84º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8329FA is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 41 250 -
CMYK 0.48 0.84 0 0.02
HSL 265.84º 0.95% 0.57% -
HSV(B) 265.84º 0.84% 0.98% -
XYZ 27.41 13.31 91.57 -
YUV 91.74 217.32 156.01 -
System Red Green Blue C M Y K H S L
Decimal 131 41 250 0.48 0.84 0 0.02 265.84 0.95 0.57
Hex 83 29 FA 30 54 0 2 10A 5F 39
Octal 203 51 372 60 124 0 2 412 137 71
Binary 10000011 101001 11111010 110000 1010100 0 10 100001010 1011111 111001

Color Harmonies of #8329FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8329FA

Black with #8329FA

Text Example


Text Example

White with #8329FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8329FA; }

 p { color: rgb(131,41,250); }

 H1.HeaderClassName
 {
   color: #8329FA;
 }
 .AnyTagClassName
 {
   color: #8329FA;
 }
</style>

background-color css

<style>
 a { background-color: #8329FA; }

 a { background-color: rgb(131,41,250); }

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

border-color css

<style>
 span { border-color: #8329FA; }

 span { border-color: rgb(131,41,250); }

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