#8D4CEF

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

Shades of Blue Violet #8D4CEF

Tints of Blue Violet #8D4CEF

Color information

#8D4CEF (or 0x8D4CEF) is unknown color: approx Blue Violet. HEX triplet: 8D, 4C and EF. RGB value is (141,76,239). Sum of RGB (Red+Green+Blue) = 141+76+239=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D4CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4CEF is #72B310. Grayscale: #717171. Windows color (decimal): -7516945 or 15682701. OLE color: 15682701.

HSL color Cylindrical-coordinate representation of color #8D4CEF: hue angle of 263.93º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D4CEF is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14176239-
CMYK0.410.6800.06
HSL263.93º83.59%61.76%-
HSV(B)263.93º68.2%93.73%-
XYZ29.1517.0683.42-
YUV114.02198.53147.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 76 (30.08% from 255) = 16.67%
BLUE value IS 239 (93.75% from 255) = 52.41%
R=30.92%
G=16.67%
B=52.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal141762390.410.6800.06263.9383.5961.76
Hex8D4CEF294406108543e
Octal215114357511040641012476
Binary10001101100110011101111101001100010001101000010001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,76,239); }

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

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

 a { background-color: rgb(141,76,239); }

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

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

 span { border-color: rgb(141,76,239); }

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