Html Css Color HEX #8221FD Blue Violet

📋 copy color: '#8221FD'

red 130 ◦ green 33 ◦ blue 253

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

Shades of Blue Violet #8221FD

Tints of Blue Violet #8221FD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.93%

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

R = 31.25%
G = 7.93%
B = 60.82%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8221FD (or 0x8221FD) is known color: Blue Violet. HEX triplet: 82, 21 and FD. RGB value is (130,33,253). Sum of RGB (Red+Green+Blue) = 130+33+253=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #8221FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8221FD is #7DDE02. Grayscale: #565656. Windows color (decimal): -8248835 or 16589186. OLE color: 16589186.

HSL color Cylindrical-coordinate representation of color #8221FD: hue angle of 266.45º degrees, saturation: 0.98, 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 #8221FD is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 33 253 -
CMYK 0.49 0.87 0 0.01
HSL 266.45º 0.98% 0.56% -
HSV(B) 266.45º 0.87% 0.99% -
XYZ 27.48 12.93 93.98 -
YUV 87.08 221.64 158.61 -
System Red Green Blue C M Y K H S L
Decimal 130 33 253 0.49 0.87 0 0.01 266.45 0.98 0.56
Hex 82 21 FD 31 57 0 1 10A 62 38
Octal 202 41 375 61 127 0 1 412 142 70
Binary 10000010 100001 11111101 110001 1010111 0 1 100001010 1100010 111000

Color Harmonies of #8221FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8221FD

Black with #8221FD

Text Example


Text Example

White with #8221FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,33,253); }

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

background-color css

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

 a { background-color: rgb(130,33,253); }

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

border-color css

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

 span { border-color: rgb(130,33,253); }

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