Html Css Color HEX #8329DB Blue Violet

📋 copy color: '#8329DB'

red 131 ◦ green 41 ◦ blue 219

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

Shades of Blue Violet #8329DB

Tints of Blue Violet #8329DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.01%

R = 33.5%
G = 10.49%
B = 56.01%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8329DB (or 0x8329DB) is known color: Blue Violet. HEX triplet: 83, 29 and DB. RGB value is (131,41,219). Sum of RGB (Red+Green+Blue) = 131+41+219=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #8329DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8329DB is #7CD624. Grayscale: #575757. Windows color (decimal): -8181285 or 14363011. OLE color: 14363011.

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

Color convert

RGB 131 41 219 -
CMYK 0.40 0.81 0 0.14
HSL 270.34º 0.71% 0.51% -
HSV(B) 270.34º 0.81% 0.86% -
XYZ 22.94 11.53 68.03 -
YUV 88.2 201.82 158.53 -
System Red Green Blue C M Y K H S L
Decimal 131 41 219 0.40 0.81 0 0.14 270.34 0.71 0.51
Hex 83 29 DB 28 51 0 E 10E 47 33
Octal 203 51 333 50 121 0 16 416 107 63
Binary 10000011 101001 11011011 101000 1010001 0 1110 100001110 1000111 110011

Color Harmonies of #8329DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8329DB

Black with #8329DB

Text Example


Text Example

White with #8329DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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