Html Css Color HEX #8219FB Blue Violet

📋 copy color: '#8219FB'

red 130 ◦ green 25 ◦ blue 251

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

Shades of Blue Violet #8219FB

Tints of Blue Violet #8219FB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.16%

 BLUE value IS 251 (98.44% from 255) = 61.82%

R = 32.02%
G = 6.16%
B = 61.82%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8219FB (or 0x8219FB) is known color: Blue Violet. HEX triplet: 82, 19 and FB. RGB value is (130,25,251). Sum of RGB (Red+Green+Blue) = 130+25+251=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #8219FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8219FB is #7DE604. Grayscale: #515151. Windows color (decimal): -8250885 or 16456066. OLE color: 16456066.

HSL color Cylindrical-coordinate representation of color #8219FB: hue angle of 267.88º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8219FB is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 25 251 -
CMYK 0.48 0.90 0 0.02
HSL 267.88º 0.97% 0.54% -
HSV(B) 267.88º 0.9% 0.98% -
XYZ 26.97 12.41 92.24 -
YUV 82.16 223.29 162.12 -
System Red Green Blue C M Y K H S L
Decimal 130 25 251 0.48 0.90 0 0.02 267.88 0.97 0.54
Hex 82 19 FB 30 5A 0 2 10C 61 36
Octal 202 31 373 60 132 0 2 414 141 66
Binary 10000010 11001 11111011 110000 1011010 0 10 100001100 1100001 110110

Color Harmonies of #8219FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8219FB

Black with #8219FB

Text Example


Text Example

White with #8219FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8219FB; }

 p { color: rgb(130,25,251); }

 H1.HeaderClassName
 {
   color: #8219FB;
 }
 .AnyTagClassName
 {
   color: #8219FB;
 }
</style>

background-color css

<style>
 a { background-color: #8219FB; }

 a { background-color: rgb(130,25,251); }

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

border-color css

<style>
 span { border-color: #8219FB; }

 span { border-color: rgb(130,25,251); }

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