Html Css Color HEX #8329DA Blue Violet

📋 copy color: '#8329DA'

red 131 ◦ green 41 ◦ blue 218

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

Shades of Blue Violet #8329DA

Tints of Blue Violet #8329DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.9%

R = 33.59%
G = 10.51%
B = 55.9%

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

#8329DA (or 0x8329DA) is known color: Blue Violet. HEX triplet: 83, 29 and DA. RGB value is (131,41,218). Sum of RGB (Red+Green+Blue) = 131+41+218=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #8329DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8329DA is #7CD625. Grayscale: #575757. Windows color (decimal): -8181286 or 14297475. OLE color: 14297475.

HSL color Cylindrical-coordinate representation of color #8329DA: hue angle of 270.51º degrees, saturation: 0.71, 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 #8329DA is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 41 218 -
CMYK 0.40 0.81 0 0.15
HSL 270.51º 0.71% 0.51% -
HSV(B) 270.51º 0.81% 0.85% -
XYZ 22.81 11.47 67.34 -
YUV 88.09 201.32 158.61 -
System Red Green Blue C M Y K H S L
Decimal 131 41 218 0.40 0.81 0 0.15 270.51 0.71 0.51
Hex 83 29 DA 28 51 0 F 10F 47 33
Octal 203 51 332 50 121 0 17 417 107 63
Binary 10000011 101001 11011010 101000 1010001 0 1111 100001111 1000111 110011

Color Harmonies of #8329DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8329DA

Black with #8329DA

Text Example


Text Example

White with #8329DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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