Html Css Color HEX #8421EE Blue Violet

📋 copy color: '#8421EE'

red 132 ◦ green 33 ◦ blue 238

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

Shades of Blue Violet #8421EE

Tints of Blue Violet #8421EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.06%

R = 32.75%
G = 8.19%
B = 59.06%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8421EE (or 0x8421EE) is known color: Blue Violet. HEX triplet: 84, 21 and EE. RGB value is (132,33,238). Sum of RGB (Red+Green+Blue) = 132+33+238=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #8421EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8421EE is #7BDE11. Grayscale: #555555. Windows color (decimal): -8117778 or 15606148. OLE color: 15606148.

HSL color Cylindrical-coordinate representation of color #8421EE: hue angle of 268.98º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8421EE is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 33 238 -
CMYK 0.45 0.86 0 0.07
HSL 268.98º 0.86% 0.53% -
HSV(B) 268.98º 0.86% 0.93% -
XYZ 25.49 12.17 81.89 -
YUV 85.97 213.8 160.83 -
System Red Green Blue C M Y K H S L
Decimal 132 33 238 0.45 0.86 0 0.07 268.98 0.86 0.53
Hex 84 21 EE 2D 56 0 7 10D 56 35
Octal 204 41 356 55 126 0 7 415 126 65
Binary 10000100 100001 11101110 101101 1010110 0 111 100001101 1010110 110101

Color Harmonies of #8421EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8421EE

Black with #8421EE

Text Example


Text Example

White with #8421EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8421EE; }

 p { color: rgb(132,33,238); }

 H1.HeaderClassName
 {
   color: #8421EE;
 }
 .AnyTagClassName
 {
   color: #8421EE;
 }
</style>

background-color css

<style>
 a { background-color: #8421EE; }

 a { background-color: rgb(132,33,238); }

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

border-color css

<style>
 span { border-color: #8421EE; }

 span { border-color: rgb(132,33,238); }

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