Html Css Color HEX #8328FD Blue Violet

📋 copy color: '#8328FD'

red 131 ◦ green 40 ◦ blue 253

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

Shades of Blue Violet #8328FD

Tints of Blue Violet #8328FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.67%

R = 30.9%
G = 9.43%
B = 59.67%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8328FD (or 0x8328FD) is known color: Blue Violet. HEX triplet: 83, 28 and FD. RGB value is (131,40,253). Sum of RGB (Red+Green+Blue) = 131+40+253=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #8328FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8328FD is #7CD702. Grayscale: #5A5A5A. Windows color (decimal): -8181507 or 16590979. OLE color: 16590979.

HSL color Cylindrical-coordinate representation of color #8328FD: hue angle of 265.63º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8328FD is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 40 253 -
CMYK 0.48 0.84 0 0.01
HSL 265.63º 0.98% 0.57% -
HSV(B) 265.63º 0.84% 0.99% -
XYZ 27.85 13.43 94.05 -
YUV 91.49 219.15 156.18 -
System Red Green Blue C M Y K H S L
Decimal 131 40 253 0.48 0.84 0 0.01 265.63 0.98 0.57
Hex 83 28 FD 30 54 0 1 10A 62 39
Octal 203 50 375 60 124 0 1 412 142 71
Binary 10000011 101000 11111101 110000 1010100 0 1 100001010 1100010 111001

Color Harmonies of #8328FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8328FD

Black with #8328FD

Text Example


Text Example

White with #8328FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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