#8D3AE9

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

Shades of Blue Violet #8D3AE9

Tints of Blue Violet #8D3AE9

Color information

#8D3AE9 (or 0x8D3AE9) is unknown color: approx Blue Violet. HEX triplet: 8D, 3A and E9. RGB value is (141,58,233). Sum of RGB (Red+Green+Blue) = 141+58+233=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 233 (91.41% from 255 or 53.94% from 432); Max value from RGB is 233 - color contains mainly: blue. Hex color #8D3AE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3AE9 is #72C516. Grayscale: #666666. Windows color (decimal): -7521559 or 15284877. OLE color: 15284877.

HSL color Cylindrical-coordinate representation of color #8D3AE9: hue angle of 268.46º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D3AE9 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14158233-
CMYK0.390.7500.09
HSL268.46º79.91%57.06%-
HSV(B)268.46º75.11%91.37%-
XYZ27.2114.5778.47-
YUV102.77201.5155.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.64%
GREEN value IS 58 (23.05% from 255) = 13.43%
BLUE value IS 233 (91.41% from 255) = 53.94%
R=32.64%
G=13.43%
B=53.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal141582330.390.7500.09268.4679.9157.06
Hex8D3AE9274B0910c5039
Octal215723514711301141412071
Binary10001101111010111010011001111001011010011000011001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,58,233); }

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

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

 a { background-color: rgb(141,58,233); }

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

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

 span { border-color: rgb(141,58,233); }

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