Html Css Color HEX #8328E6 Blue Violet

📋 copy color: '#8328E6'

red 131 ◦ green 40 ◦ blue 230

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

Shades of Blue Violet #8328E6

Tints of Blue Violet #8328E6

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.98%

 BLUE value IS 230 (90.23% from 255) = 57.36%

R = 32.67%
G = 9.98%
B = 57.36%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8328E6 (or 0x8328E6) is known color: Blue Violet. HEX triplet: 83, 28 and E6. RGB value is (131,40,230). Sum of RGB (Red+Green+Blue) = 131+40+230=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 230 (90.23% from 255 or 57.36% from 401); Max value from RGB is 230 - color contains mainly: blue. Hex color #8328E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8328E6 is #7CD719. Grayscale: #585858. Windows color (decimal): -8181530 or 15083651. OLE color: 15083651.

HSL color Cylindrical-coordinate representation of color #8328E6: hue angle of 268.74º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8328E6 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 131 40 230 -
CMYK 0.43 0.83 0 0.10
HSL 268.74º 0.79% 0.53% -
HSV(B) 268.74º 0.83% 0.9% -
XYZ 24.4 12.06 75.9 -
YUV 88.87 207.65 158.05 -
System Red Green Blue C M Y K H S L
Decimal 131 40 230 0.43 0.83 0 0.10 268.74 0.79 0.53
Hex 83 28 E6 2B 53 0 A 10D 4F 35
Octal 203 50 346 53 123 0 12 415 117 65
Binary 10000011 101000 11100110 101011 1010011 0 1010 100001101 1001111 110101

Color Harmonies of #8328E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8328E6

Black with #8328E6

Text Example


Text Example

White with #8328E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8328E6; }

 p { color: rgb(131,40,230); }

 H1.HeaderClassName
 {
   color: #8328E6;
 }
 .AnyTagClassName
 {
   color: #8328E6;
 }
</style>

background-color css

<style>
 a { background-color: #8328E6; }

 a { background-color: rgb(131,40,230); }

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

border-color css

<style>
 span { border-color: #8328E6; }

 span { border-color: rgb(131,40,230); }

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