Html Css Color HEX #8420FD Blue Violet

📋 copy color: '#8420FD'

red 132 ◦ green 32 ◦ blue 253

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

Shades of Blue Violet #8420FD

Tints of Blue Violet #8420FD

RGB

 RED value IS 132 (51.95% from 255) = 31.65%

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

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

R = 31.65%
G = 7.67%
B = 60.67%

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

#8420FD (or 0x8420FD) is known color: Blue Violet. HEX triplet: 84, 20 and FD. RGB value is (132,32,253). Sum of RGB (Red+Green+Blue) = 132+32+253=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #8420FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8420FD is #7BDF02. Grayscale: #565656. Windows color (decimal): -8118019 or 16588932. OLE color: 16588932.

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

Color convert

RGB 132 32 253 -
CMYK 0.48 0.87 0 0.01
HSL 267.15º 0.98% 0.56% -
HSV(B) 267.15º 0.87% 0.99% -
XYZ 27.76 13.03 93.98 -
YUV 87.09 221.63 160.03 -
System Red Green Blue C M Y K H S L
Decimal 132 32 253 0.48 0.87 0 0.01 267.15 0.98 0.56
Hex 84 20 FD 30 57 0 1 10B 62 38
Octal 204 40 375 60 127 0 1 413 142 70
Binary 10000100 100000 11111101 110000 1010111 0 1 100001011 1100010 111000

Color Harmonies of #8420FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8420FD

Black with #8420FD

Text Example


Text Example

White with #8420FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,32,253); }

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

background-color css

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

 a { background-color: rgb(132,32,253); }

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

border-color css

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

 span { border-color: rgb(132,32,253); }

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