#8D38ED

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

Shades of Blue Violet #8D38ED

Tints of Blue Violet #8D38ED

Color information

#8D38ED (or 0x8D38ED) is unknown color: approx Blue Violet. HEX triplet: 8D, 38 and ED. RGB value is (141,56,237). Sum of RGB (Red+Green+Blue) = 141+56+237=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D38ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D38ED is #72C712. Grayscale: #656565. Windows color (decimal): -7522067 or 15546509. OLE color: 15546509.

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

Color convert

RGB14156237-
CMYK0.410.7600.07
HSL268.18º83.41%57.45%-
HSV(B)268.18º76.37%92.94%-
XYZ27.6814.6181.48-
YUV102.05204.16155.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.49%
GREEN value IS 56 (22.27% from 255) = 12.90%
BLUE value IS 237 (92.97% from 255) = 54.61%
R=32.49%
G=12.90%
B=54.61%

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
Decimal141562370.410.7600.07268.1883.4157.45
Hex8D38ED294C0710c5339
Octal21570355511140741412371
Binary1000110111100011101101101001100110001111000011001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D38ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,56,237); }

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

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

 a { background-color: rgb(141,56,237); }

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

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

 span { border-color: rgb(141,56,237); }

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