#8D37EC

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

Shades of Blue Violet #8D37EC

Tints of Blue Violet #8D37EC

Color information

#8D37EC (or 0x8D37EC) is unknown color: approx Blue Violet. HEX triplet: 8D, 37 and EC. RGB value is (141,55,236). Sum of RGB (Red+Green+Blue) = 141+55+236=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D37EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D37EC is #72C813. Grayscale: #646464. Windows color (decimal): -7522324 or 15480717. OLE color: 15480717.

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

Color convert

RGB14155236-
CMYK0.400.7700.07
HSL268.51º82.65%57.06%-
HSV(B)268.51º76.69%92.55%-
XYZ27.4914.4580.7-
YUV101.35203.99156.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.64%
GREEN value IS 55 (21.88% from 255) = 12.73%
BLUE value IS 236 (92.58% from 255) = 54.63%
R=32.64%
G=12.73%
B=54.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141552360.400.7700.07268.5182.6557.06
Hex8D37EC284D0710d5339
Octal21567354501150741512371
Binary1000110111011111101100101000100110101111000011011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D37EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,55,236); }

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

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

 a { background-color: rgb(141,55,236); }

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

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

 span { border-color: rgb(141,55,236); }

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