#8D27EB

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

Shades of Blue Violet #8D27EB

Tints of Blue Violet #8D27EB

Color information

#8D27EB (or 0x8D27EB) is unknown color: approx Blue Violet. HEX triplet: 8D, 27 and EB. RGB value is (141,39,235). Sum of RGB (Red+Green+Blue) = 141+39+235=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D27EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D27EB is #72D814. Grayscale: #5B5B5B. Windows color (decimal): -7526421 or 15411085. OLE color: 15411085.

HSL color Cylindrical-coordinate representation of color #8D27EB: hue angle of 271.22º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D27EB is Cyan = 0.4, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14139235-
CMYK0.40.8300.08
HSL271.22º83.05%53.73%-
HSV(B)271.22º83.4%92.16%-
XYZ26.7113.1179.72-
YUV91.84208.79163.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.98%
GREEN value IS 39 (15.62% from 255) = 9.40%
BLUE value IS 235 (92.19% from 255) = 56.63%
R=33.98%
G=9.40%
B=56.63%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal141392350.40.8300.08271.2283.0553.73
Hex8D27EB28530810f5336
Octal215473535012301041712366
Binary10001101100111111010111010001010011010001000011111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D27EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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