Html Css Color HEX #8F21DC Blue Violet

📋 copy color: '#8F21DC'

red 143 ◦ green 33 ◦ blue 220

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

Shades of Blue Violet #8F21DC

Tints of Blue Violet #8F21DC

RGB

 RED value IS 143 (56.25% from 255) = 36.11%

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

 BLUE value IS 220 (86.33% from 255) = 55.56%

R = 36.11%
G = 8.33%
B = 55.56%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F21DC (or 0x8F21DC) is known color: Blue Violet. HEX triplet: 8F, 21 and DC. RGB value is (143,33,220). Sum of RGB (Red+Green+Blue) = 143+33+220=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F21DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F21DC is #70DE23. Grayscale: #565656. Windows color (decimal): -7396900 or 14426511. OLE color: 14426511.

HSL color Cylindrical-coordinate representation of color #8F21DC: hue angle of 275.29º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F21DC is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 33 220 -
CMYK 0.35 0.85 0 0.14
HSL 275.29º 0.74% 0.5% -
HSV(B) 275.29º 0.85% 0.86% -
XYZ 24.79 12.09 68.74 -
YUV 87.21 202.94 167.79 -
System Red Green Blue C M Y K H S L
Decimal 143 33 220 0.35 0.85 0 0.14 275.29 0.74 0.5
Hex 8F 21 DC 23 55 0 E 113 4A 32
Octal 217 41 334 43 125 0 16 423 112 62
Binary 10001111 100001 11011100 100011 1010101 0 1110 100010011 1001010 110010

Color Harmonies of #8F21DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F21DC

Black with #8F21DC

Text Example


Text Example

White with #8F21DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,33,220); }

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

background-color css

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

 a { background-color: rgb(143,33,220); }

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

border-color css

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

 span { border-color: rgb(143,33,220); }

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