#8D3DEE

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

Shades of Blue Violet #8D3DEE

Tints of Blue Violet #8D3DEE

Color information

#8D3DEE (or 0x8D3DEE) is unknown color: approx Blue Violet. HEX triplet: 8D, 3D and EE. RGB value is (141,61,238). Sum of RGB (Red+Green+Blue) = 141+61+238=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D3DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3DEE is #72C211. Grayscale: #686868. Windows color (decimal): -7520786 or 15613325. OLE color: 15613325.

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

Color convert

RGB14161238-
CMYK0.410.7400.07
HSL267.12º83.89%58.63%-
HSV(B)267.12º74.37%93.33%-
XYZ28.0915.1782.34-
YUV105.1203153.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.05%
GREEN value IS 61 (24.22% from 255) = 13.86%
BLUE value IS 238 (93.36% from 255) = 54.09%
R=32.05%
G=13.86%
B=54.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141612380.410.7400.07267.1283.8958.63
Hex8D3DEE294A0710b543b
Octal21575356511120741312473
Binary1000110111110111101110101001100101001111000010111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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