Html Css Color HEX #8329FC Blue Violet

📋 copy color: '#8329FC'

red 131 ◦ green 41 ◦ blue 252

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

Shades of Blue Violet #8329FC

Tints of Blue Violet #8329FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.43%

R = 30.9%
G = 9.67%
B = 59.43%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8329FC (or 0x8329FC) is known color: Blue Violet. HEX triplet: 83, 29 and FC. RGB value is (131,41,252). Sum of RGB (Red+Green+Blue) = 131+41+252=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #8329FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8329FC is #7CD603. Grayscale: #5B5B5B. Windows color (decimal): -8181252 or 16525699. OLE color: 16525699.

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

Color convert

RGB 131 41 252 -
CMYK 0.48 0.84 0 0.01
HSL 265.59º 0.97% 0.57% -
HSV(B) 265.59º 0.84% 0.99% -
XYZ 27.72 13.44 93.23 -
YUV 91.96 218.32 155.84 -
System Red Green Blue C M Y K H S L
Decimal 131 41 252 0.48 0.84 0 0.01 265.59 0.97 0.57
Hex 83 29 FC 30 54 0 1 10A 61 39
Octal 203 51 374 60 124 0 1 412 141 71
Binary 10000011 101001 11111100 110000 1010100 0 1 100001010 1100001 111001

Color Harmonies of #8329FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8329FC

Black with #8329FC

Text Example


Text Example

White with #8329FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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