Html Css Color HEX #8421CE Blue Violet

📋 copy color: '#8421CE'

red 132 ◦ green 33 ◦ blue 206

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

Shades of Blue Violet #8421CE

Tints of Blue Violet #8421CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 35.58%
G = 8.89%
B = 55.53%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8421CE (or 0x8421CE) is known color: Blue Violet. HEX triplet: 84, 21 and CE. RGB value is (132,33,206). Sum of RGB (Red+Green+Blue) = 132+33+206=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #8421CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8421CE is #7BDE31. Grayscale: #515151. Windows color (decimal): -8117810 or 13508996. OLE color: 13508996.

HSL color Cylindrical-coordinate representation of color #8421CE: hue angle of 274.34º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8421CE is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 33 206 -
CMYK 0.36 0.84 0 0.19
HSL 274.34º 0.72% 0.47% -
HSV(B) 274.34º 0.84% 0.81% -
XYZ 21.2 10.45 59.29 -
YUV 82.32 197.8 163.43 -
System Red Green Blue C M Y K H S L
Decimal 132 33 206 0.36 0.84 0 0.19 274.34 0.72 0.47
Hex 84 21 CE 24 54 0 13 112 48 2F
Octal 204 41 316 44 124 0 23 422 110 57
Binary 10000100 100001 11001110 100100 1010100 0 10011 100010010 1001000 101111

Color Harmonies of #8421CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8421CE

Black with #8421CE

Text Example


Text Example

White with #8421CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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