#8D42E6

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

Shades of Blue Violet #8D42E6

Tints of Blue Violet #8D42E6

Color information

#8D42E6 (or 0x8D42E6) is unknown color: approx Blue Violet. HEX triplet: 8D, 42 and E6. RGB value is (141,66,230). Sum of RGB (Red+Green+Blue) = 141+66+230=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #8D42E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D42E6 is #72BD19. Grayscale: #6A6A6A. Windows color (decimal): -7519514 or 15090317. OLE color: 15090317.

HSL color Cylindrical-coordinate representation of color #8D42E6: hue angle of 267.44º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D42E6 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14166230-
CMYK0.390.7100.10
HSL267.44º76.64%58.04%-
HSV(B)267.44º71.3%90.2%-
XYZ27.2215.2776.38-
YUV107.12197.35152.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.27%
GREEN value IS 66 (26.17% from 255) = 15.10%
BLUE value IS 230 (90.23% from 255) = 52.63%
R=32.27%
G=15.10%
B=52.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal141662300.390.7100.10267.4476.6458.04
Hex8D42E627470A10b4d3a
Octal2151023464710701241311572
Binary100011011000010111001101001111000111010101000010111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D42E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,66,230); }

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

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

 a { background-color: rgb(141,66,230); }

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

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

 span { border-color: rgb(141,66,230); }

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