#8D3DD9

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

Shades of Blue Violet #8D3DD9

Tints of Blue Violet #8D3DD9

Color information

#8D3DD9 (or 0x8D3DD9) is unknown color: approx Blue Violet. HEX triplet: 8D, 3D and D9. RGB value is (141,61,217). Sum of RGB (Red+Green+Blue) = 141+61+217=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #8D3DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3DD9 is #72C226. Grayscale: #666666. Windows color (decimal): -7520807 or 14237069. OLE color: 14237069.

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

Color convert

RGB14161217-
CMYK0.350.7200.15
HSL270.77º67.24%54.51%-
HSV(B)270.77º71.89%85.1%-
XYZ25.1814.0167.02-
YUV102.7192.5155.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.65%
GREEN value IS 61 (24.22% from 255) = 14.56%
BLUE value IS 217 (85.16% from 255) = 51.79%
R=33.65%
G=14.56%
B=51.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal141612170.350.7200.15270.7767.2454.51
Hex8D3DD923480F10f4337
Octal215753314311001741710367
Binary10001101111101110110011000111001000011111000011111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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