Html Css Color HEX #8329FB Blue Violet

📋 copy color: '#8329FB'

red 131 ◦ green 41 ◦ blue 251

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

Shades of Blue Violet #8329FB

Tints of Blue Violet #8329FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.34%

R = 30.97%
G = 9.69%
B = 59.34%

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

#8329FB (or 0x8329FB) is known color: Blue Violet. HEX triplet: 83, 29 and FB. RGB value is (131,41,251). Sum of RGB (Red+Green+Blue) = 131+41+251=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #8329FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8329FB is #7CD604. Grayscale: #5B5B5B. Windows color (decimal): -8181253 or 16460163. OLE color: 16460163.

HSL color Cylindrical-coordinate representation of color #8329FB: hue angle of 265.71º degrees, saturation: 0.96, 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 #8329FB is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 41 251 -
CMYK 0.48 0.84 0 0.02
HSL 265.71º 0.96% 0.57% -
HSV(B) 265.71º 0.84% 0.98% -
XYZ 27.57 13.38 92.4 -
YUV 91.85 217.82 155.92 -
System Red Green Blue C M Y K H S L
Decimal 131 41 251 0.48 0.84 0 0.02 265.71 0.96 0.57
Hex 83 29 FB 30 54 0 2 10A 60 39
Octal 203 51 373 60 124 0 2 412 140 71
Binary 10000011 101001 11111011 110000 1010100 0 10 100001010 1100000 111001

Color Harmonies of #8329FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8329FB

Black with #8329FB

Text Example


Text Example

White with #8329FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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