#8D4AFB

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

Shades of Blue Violet #8D4AFB

Tints of Blue Violet #8D4AFB

Color information

#8D4AFB (or 0x8D4AFB) is unknown color: approx Blue Violet. HEX triplet: 8D, 4A and FB. RGB value is (141,74,251). Sum of RGB (Red+Green+Blue) = 141+74+251=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D4AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4AFB is #72B504. Grayscale: #717171. Windows color (decimal): -7517445 or 16468621. OLE color: 16468621.

HSL color Cylindrical-coordinate representation of color #8D4AFB: hue angle of 262.71º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D4AFB is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14174251-
CMYK0.440.7100.02
HSL262.71º95.68%63.73%-
HSV(B)262.71º70.52%98.43%-
XYZ30.8517.5393.02-
YUV114.21205.2147.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.26%
GREEN value IS 74 (29.30% from 255) = 15.88%
BLUE value IS 251 (98.44% from 255) = 53.86%
R=30.26%
G=15.88%
B=53.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal141742510.440.7100.02262.7195.6863.73
Hex8D4AFB2C47021076040
Octal2151123735410702407140100
Binary10001101100101011111011101100100011101010000011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,74,251); }

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

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

 a { background-color: rgb(141,74,251); }

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

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

 span { border-color: rgb(141,74,251); }

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