#8D43EB

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

Shades of Blue Violet #8D43EB

Tints of Blue Violet #8D43EB

Color information

#8D43EB (or 0x8D43EB) is unknown color: approx Blue Violet. HEX triplet: 8D, 43 and EB. RGB value is (141,67,235). Sum of RGB (Red+Green+Blue) = 141+67+235=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D43EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D43EB is #72BC14. Grayscale: #6B6B6B. Windows color (decimal): -7519253 or 15418253. OLE color: 15418253.

HSL color Cylindrical-coordinate representation of color #8D43EB: hue angle of 266.43º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D43EB is Cyan = 0.4, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14167235-
CMYK0.40.7100.08
HSL266.43º80.77%59.22%-
HSV(B)266.43º71.49%92.16%-
XYZ27.9915.6880.15-
YUV108.28199.52151.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.83%
GREEN value IS 67 (26.56% from 255) = 15.12%
BLUE value IS 235 (92.19% from 255) = 53.05%
R=31.83%
G=15.12%
B=53.05%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal141672350.40.7100.08266.4380.7759.22
Hex8D43EB28470810a513b
Octal2151033535010701041212173
Binary100011011000011111010111010001000111010001000010101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D43EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,67,235); }

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

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

 a { background-color: rgb(141,67,235); }

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

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

 span { border-color: rgb(141,67,235); }

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