Html Css Color HEX #8329D9 Blue Violet

📋 copy color: '#8329D9'

red 131 ◦ green 41 ◦ blue 217

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

Shades of Blue Violet #8329D9

Tints of Blue Violet #8329D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 55.78%

R = 33.68%
G = 10.54%
B = 55.78%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8329D9 (or 0x8329D9) is known color: Blue Violet. HEX triplet: 83, 29 and D9. RGB value is (131,41,217). Sum of RGB (Red+Green+Blue) = 131+41+217=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 217 (85.16% from 255 or 55.78% from 389); Max value from RGB is 217 - color contains mainly: blue. Hex color #8329D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8329D9 is #7CD626. Grayscale: #575757. Windows color (decimal): -8181287 or 14231939. OLE color: 14231939.

HSL color Cylindrical-coordinate representation of color #8329D9: hue angle of 270.68º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8329D9 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 41 217 -
CMYK 0.40 0.81 0 0.15
HSL 270.68º 0.7% 0.51% -
HSV(B) 270.68º 0.81% 0.85% -
XYZ 22.68 11.42 66.65 -
YUV 87.97 200.82 158.69 -
System Red Green Blue C M Y K H S L
Decimal 131 41 217 0.40 0.81 0 0.15 270.68 0.7 0.51
Hex 83 29 D9 28 51 0 F 10F 46 33
Octal 203 51 331 50 121 0 17 417 106 63
Binary 10000011 101001 11011001 101000 1010001 0 1111 100001111 1000110 110011

Color Harmonies of #8329D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8329D9

Black with #8329D9

Text Example


Text Example

White with #8329D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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