#8d21ff

Color #8D21FF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8D21FF

Tints of Blue Violet #8D21FF

Color information

#8D21FF (or 0x8D21FF) is unknown color: approx Blue Violet. HEX triplet: 8D, 21 and FF. RGB value is (141,33,255). Sum of RGB (Red+Green+Blue) = 141+33+255=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D21FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D21FF is #72DE00. Grayscale: #595959. Windows color (decimal): -7527937 or 16720269. OLE color: 16720269.

HSL color Cylindrical-coordinate representation of color #8D21FF: hue angle of 269.19º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D21FF is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14133255-
CMYK0.450.8700
HSL269.19º100%56.47%-
HSV(B)269.19º87.06%100%-
XYZ29.5813.9795.75-
YUV90.6220.78163.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.87%
GREEN value IS 33 (13.28% from 255) = 7.69%
BLUE value IS 255 (100% from 255) = 59.44%
R=32.87%
G=7.69%
B=59.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal141332550.450.8700269.1910056.47
Hex8D21FF2D570010d6438
Octal21541377551270041514470
Binary10001101100001111111111011011010111001000011011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d21ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,33,255); }

 H1.HeaderClassName
 {
   color: #8d21ff;
 }
 .AnyTagClassName
 {
   color: #8d21ff;
 }
</style>
background-color css

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

 a { background-color: rgb(141,33,255); }

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

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

 span { border-color: rgb(141,33,255); }

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