Html Css Color HEX #8220FC Blue Violet

📋 copy color: '#8220FC'

red 130 ◦ green 32 ◦ blue 252

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

Shades of Blue Violet #8220FC

Tints of Blue Violet #8220FC

RGB

 RED value IS 130 (51.17% from 255) = 31.4%

 GREEN value IS 32 (12.89% from 255) = 7.73%

 BLUE value IS 252 (98.83% from 255) = 60.87%

R = 31.4%
G = 7.73%
B = 60.87%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8220FC (or 0x8220FC) is known color: Blue Violet. HEX triplet: 82, 20 and FC. RGB value is (130,32,252). Sum of RGB (Red+Green+Blue) = 130+32+252=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #8220FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8220FC is #7DDF03. Grayscale: #555555. Windows color (decimal): -8249092 or 16523394. OLE color: 16523394.

HSL color Cylindrical-coordinate representation of color #8220FC: hue angle of 266.73º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8220FC is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 32 252 -
CMYK 0.48 0.87 0 0.01
HSL 266.73º 0.97% 0.56% -
HSV(B) 266.73º 0.87% 0.99% -
XYZ 27.29 12.81 93.13 -
YUV 86.38 221.47 159.11 -
System Red Green Blue C M Y K H S L
Decimal 130 32 252 0.48 0.87 0 0.01 266.73 0.97 0.56
Hex 82 20 FC 30 57 0 1 10B 61 38
Octal 202 40 374 60 127 0 1 413 141 70
Binary 10000010 100000 11111100 110000 1010111 0 1 100001011 1100001 111000

Color Harmonies of #8220FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8220FC

Black with #8220FC

Text Example


Text Example

White with #8220FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8220FC; }

 p { color: rgb(130,32,252); }

 H1.HeaderClassName
 {
   color: #8220FC;
 }
 .AnyTagClassName
 {
   color: #8220FC;
 }
</style>

background-color css

<style>
 a { background-color: #8220FC; }

 a { background-color: rgb(130,32,252); }

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

border-color css

<style>
 span { border-color: #8220FC; }

 span { border-color: rgb(130,32,252); }

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