Html Css Color HEX #8326FA Blue Violet

📋 copy color: '#8326FA'

red 131 ◦ green 38 ◦ blue 250

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

Shades of Blue Violet #8326FA

Tints of Blue Violet #8326FA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.07%

 BLUE value IS 250 (98.05% from 255) = 59.67%

R = 31.26%
G = 9.07%
B = 59.67%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8326FA (or 0x8326FA) is known color: Blue Violet. HEX triplet: 83, 26 and FA. RGB value is (131,38,250). Sum of RGB (Red+Green+Blue) = 131+38+250=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #8326FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8326FA is #7CD905. Grayscale: #595959. Windows color (decimal): -8182022 or 16393859. OLE color: 16393859.

HSL color Cylindrical-coordinate representation of color #8326FA: hue angle of 266.32º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8326FA is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 38 250 -
CMYK 0.48 0.85 0 0.02
HSL 266.32º 0.95% 0.56% -
HSV(B) 266.32º 0.85% 0.98% -
XYZ 27.31 13.11 91.53 -
YUV 89.98 218.31 157.26 -
System Red Green Blue C M Y K H S L
Decimal 131 38 250 0.48 0.85 0 0.02 266.32 0.95 0.56
Hex 83 26 FA 30 55 0 2 10A 5F 38
Octal 203 46 372 60 125 0 2 412 137 70
Binary 10000011 100110 11111010 110000 1010101 0 10 100001010 1011111 111000

Color Harmonies of #8326FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8326FA

Black with #8326FA

Text Example


Text Example

White with #8326FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8326FA; }

 p { color: rgb(131,38,250); }

 H1.HeaderClassName
 {
   color: #8326FA;
 }
 .AnyTagClassName
 {
   color: #8326FA;
 }
</style>

background-color css

<style>
 a { background-color: #8326FA; }

 a { background-color: rgb(131,38,250); }

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

border-color css

<style>
 span { border-color: #8326FA; }

 span { border-color: rgb(131,38,250); }

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