#8D34E1

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

Shades of Blue Violet #8D34E1

Tints of Blue Violet #8D34E1

Color information

#8D34E1 (or 0x8D34E1) is unknown color: approx Blue Violet. HEX triplet: 8D, 34 and E1. RGB value is (141,52,225). Sum of RGB (Red+Green+Blue) = 141+52+225=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 225 (88.28% from 255 or 53.83% from 418); Max value from RGB is 225 - color contains mainly: blue. Hex color #8D34E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D34E1 is #72CB1E. Grayscale: #616161. Windows color (decimal): -7523103 or 14759053. OLE color: 14759053.

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

Color convert

RGB14152225-
CMYK0.370.7700.12
HSL270.87º74.25%54.31%-
HSV(B)270.87º76.89%88.24%-
XYZ25.813.5572.49-
YUV98.33199.49158.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.73%
GREEN value IS 52 (20.70% from 255) = 12.44%
BLUE value IS 225 (88.28% from 255) = 53.83%
R=33.73%
G=12.44%
B=53.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal141522250.370.7700.12270.8774.2554.31
Hex8D34E1254D0C10f4a36
Octal215643414511501441711266
Binary10001101110100111000011001011001101011001000011111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D34E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,52,225); }

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

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

 a { background-color: rgb(141,52,225); }

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

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

 span { border-color: rgb(141,52,225); }

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