#8D3AEE

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

Shades of Blue Violet #8D3AEE

Tints of Blue Violet #8D3AEE

Color information

#8D3AEE (or 0x8D3AEE) is unknown color: approx Blue Violet. HEX triplet: 8D, 3A and EE. RGB value is (141,58,238). Sum of RGB (Red+Green+Blue) = 141+58+238=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D3AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3AEE is #72C511. Grayscale: #666666. Windows color (decimal): -7521554 or 15612557. OLE color: 15612557.

HSL color Cylindrical-coordinate representation of color #8D3AEE: hue angle of 267.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D3AEE is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14158238-
CMYK0.410.7600.07
HSL267.67º84.11%58.04%-
HSV(B)267.67º75.63%93.33%-
XYZ27.9314.8682.29-
YUV103.34204154.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.27%
GREEN value IS 58 (23.05% from 255) = 13.27%
BLUE value IS 238 (93.36% from 255) = 54.46%
R=32.27%
G=13.27%
B=54.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141582380.410.7600.07267.6784.1158.04
Hex8D3AEE294C0710c543a
Octal21572356511140741412472
Binary1000110111101011101110101001100110001111000011001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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