#8D27EC

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

Shades of Blue Violet #8D27EC

Tints of Blue Violet #8D27EC

Color information

#8D27EC (or 0x8D27EC) is unknown color: approx Blue Violet. HEX triplet: 8D, 27 and EC. RGB value is (141,39,236). Sum of RGB (Red+Green+Blue) = 141+39+236=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D27EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D27EC is #72D813. Grayscale: #5B5B5B. Windows color (decimal): -7526420 or 15476621. OLE color: 15476621.

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

Color convert

RGB14139236-
CMYK0.400.8300.07
HSL271.07º83.83%53.92%-
HSV(B)271.07º83.47%92.55%-
XYZ26.8513.1780.48-
YUV91.96209.29162.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.89%
GREEN value IS 39 (15.62% from 255) = 9.38%
BLUE value IS 236 (92.58% from 255) = 56.73%
R=33.89%
G=9.38%
B=56.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141392360.400.8300.07271.0783.8353.92
Hex8D27EC28530710f5436
Octal21547354501230741712466
Binary1000110110011111101100101000101001101111000011111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D27EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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