Html Css Color HEX #8C21E0 Blue Violet

📋 copy color: '#8C21E0'

red 140 ◦ green 33 ◦ blue 224

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

Shades of Blue Violet #8C21E0

Tints of Blue Violet #8C21E0

RGB

 RED value IS 140 (55.08% from 255) = 35.26%

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

 BLUE value IS 224 (87.89% from 255) = 56.42%

R = 35.26%
G = 8.31%
B = 56.42%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8C21E0 (or 0x8C21E0) is known color: Blue Violet. HEX triplet: 8C, 21 and E0. RGB value is (140,33,224). Sum of RGB (Red+Green+Blue) = 140+33+224=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #8C21E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C21E0 is #73DE1F. Grayscale: #565656. Windows color (decimal): -7593504 or 14688652. OLE color: 14688652.

HSL color Cylindrical-coordinate representation of color #8C21E0: hue angle of 273.61º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C21E0 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 140 33 224 -
CMYK 0.38 0.85 0 0.12
HSL 273.61º 0.75% 0.5% -
HSV(B) 273.61º 0.85% 0.88% -
XYZ 24.81 12.04 71.54 -
YUV 86.77 205.45 165.97 -
System Red Green Blue C M Y K H S L
Decimal 140 33 224 0.38 0.85 0 0.12 273.61 0.75 0.5
Hex 8C 21 E0 26 55 0 C 112 4B 32
Octal 214 41 340 46 125 0 14 422 113 62
Binary 10001100 100001 11100000 100110 1010101 0 1100 100010010 1001011 110010

Color Harmonies of #8C21E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C21E0

Black with #8C21E0

Text Example


Text Example

White with #8C21E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C21E0; }

 p { color: rgb(140,33,224); }

 H1.HeaderClassName
 {
   color: #8C21E0;
 }
 .AnyTagClassName
 {
   color: #8C21E0;
 }
</style>

background-color css

<style>
 a { background-color: #8C21E0; }

 a { background-color: rgb(140,33,224); }

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

border-color css

<style>
 span { border-color: #8C21E0; }

 span { border-color: rgb(140,33,224); }

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