#8D34D9

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

Shades of Blue Violet #8D34D9

Tints of Blue Violet #8D34D9

Color information

#8D34D9 (or 0x8D34D9) is unknown color: approx Blue Violet. HEX triplet: 8D, 34 and D9. RGB value is (141,52,217). Sum of RGB (Red+Green+Blue) = 141+52+217=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 217 (85.16% from 255 or 52.93% from 410); Max value from RGB is 217 - color contains mainly: blue. Hex color #8D34D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D34D9 is #72CB26. Grayscale: #606060. Windows color (decimal): -7523111 or 14234765. OLE color: 14234765.

HSL color Cylindrical-coordinate representation of color #8D34D9: hue angle of 272.36º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D34D9 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14152217-
CMYK0.350.7600.15
HSL272.36º68.46%52.75%-
HSV(B)272.36º76.04%85.1%-
XYZ24.7413.1366.88-
YUV97.42195.49159.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.39%
GREEN value IS 52 (20.70% from 255) = 12.68%
BLUE value IS 217 (85.16% from 255) = 52.93%
R=34.39%
G=12.68%
B=52.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal141522170.350.7600.15272.3668.4652.75
Hex8D34D9234C0F1104435
Octal215643314311401742010465
Binary10001101110100110110011000111001100011111000100001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D34D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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