Html Css Color HEX #8C21D8 Blue Violet

📋 copy color: '#8C21D8'

red 140 ◦ green 33 ◦ blue 216

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

Shades of Blue Violet #8C21D8

Tints of Blue Violet #8C21D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 55.53%

R = 35.99%
G = 8.48%
B = 55.53%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8C21D8 (or 0x8C21D8) is known color: Blue Violet. HEX triplet: 8C, 21 and D8. RGB value is (140,33,216). Sum of RGB (Red+Green+Blue) = 140+33+216=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 216 (84.77% from 255 or 55.53% from 389); Max value from RGB is 216 - color contains mainly: blue. Hex color #8C21D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C21D8 is #73DE27. Grayscale: #555555. Windows color (decimal): -7593512 or 14164364. OLE color: 14164364.

HSL color Cylindrical-coordinate representation of color #8C21D8: hue angle of 275.08º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C21D8 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 33 216 -
CMYK 0.35 0.85 0 0.15
HSL 275.08º 0.73% 0.49% -
HSV(B) 275.08º 0.85% 0.85% -
XYZ 23.75 11.62 65.96 -
YUV 85.86 201.45 166.62 -
System Red Green Blue C M Y K H S L
Decimal 140 33 216 0.35 0.85 0 0.15 275.08 0.73 0.49
Hex 8C 21 D8 23 55 0 F 113 49 31
Octal 214 41 330 43 125 0 17 423 111 61
Binary 10001100 100001 11011000 100011 1010101 0 1111 100010011 1001001 110001

Color Harmonies of #8C21D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C21D8

Black with #8C21D8

Text Example


Text Example

White with #8C21D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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