#8D46E0

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

Shades of Blue Violet #8D46E0

Tints of Blue Violet #8D46E0

Color information

#8D46E0 (or 0x8D46E0) is unknown color: approx Blue Violet. HEX triplet: 8D, 46 and E0. RGB value is (141,70,224). Sum of RGB (Red+Green+Blue) = 141+70+224=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #8D46E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D46E0 is #72B91F. Grayscale: #6C6C6C. Windows color (decimal): -7518496 or 14698125. OLE color: 14698125.

HSL color Cylindrical-coordinate representation of color #8D46E0: hue angle of 267.66º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D46E0 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14170224-
CMYK0.370.6900.12
HSL267.66º71.3%57.65%-
HSV(B)267.66º68.75%87.84%-
XYZ26.6315.4272.09-
YUV108.78193.02150.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.41%
GREEN value IS 70 (27.73% from 255) = 16.09%
BLUE value IS 224 (87.89% from 255) = 51.49%
R=32.41%
G=16.09%
B=51.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal141702240.370.6900.12267.6671.357.65
Hex8D46E025450C10c473a
Octal2151063404510501441410772
Binary100011011000110111000001001011000101011001000011001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D46E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,70,224); }

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

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

 a { background-color: rgb(141,70,224); }

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

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

 span { border-color: rgb(141,70,224); }

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