Html Css Color HEX #8C21EB Blue Violet

📋 copy color: '#8C21EB'

red 140 ◦ green 33 ◦ blue 235

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

Shades of Blue Violet #8C21EB

Tints of Blue Violet #8C21EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.6%

R = 34.31%
G = 8.09%
B = 57.6%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C21EB (or 0x8C21EB) is known color: Blue Violet. HEX triplet: 8C, 21 and EB. RGB value is (140,33,235). Sum of RGB (Red+Green+Blue) = 140+33+235=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C21EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C21EB is #73DE14. Grayscale: #575757. Windows color (decimal): -7593493 or 15409548. OLE color: 15409548.

HSL color Cylindrical-coordinate representation of color #8C21EB: hue angle of 271.78º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C21EB is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 33 235 -
CMYK 0.40 0.86 0 0.08
HSL 271.78º 0.83% 0.53% -
HSV(B) 271.78º 0.86% 0.92% -
XYZ 26.35 12.66 79.65 -
YUV 88.02 210.95 165.07 -
System Red Green Blue C M Y K H S L
Decimal 140 33 235 0.40 0.86 0 0.08 271.78 0.83 0.53
Hex 8C 21 EB 28 56 0 8 110 53 35
Octal 214 41 353 50 126 0 10 420 123 65
Binary 10001100 100001 11101011 101000 1010110 0 1000 100010000 1010011 110101

Color Harmonies of #8C21EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C21EB

Black with #8C21EB

Text Example


Text Example

White with #8C21EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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