#8D1EEB

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

Shades of Blue Violet #8D1EEB

Tints of Blue Violet #8D1EEB

Color information

#8D1EEB (or 0x8D1EEB) is unknown color: approx Blue Violet. HEX triplet: 8D, 1E and EB. RGB value is (141,30,235). Sum of RGB (Red+Green+Blue) = 141+30+235=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D1EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1EEB is #72E114. Grayscale: #555555. Windows color (decimal): -7528725 or 15408781. OLE color: 15408781.

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

Color convert

RGB14130235-
CMYK0.40.8700.08
HSL272.49º83.67%51.96%-
HSV(B)272.49º87.23%92.16%-
XYZ26.4412.5979.63-
YUV86.56211.77166.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.73%
GREEN value IS 30 (12.11% from 255) = 7.39%
BLUE value IS 235 (92.19% from 255) = 57.88%
R=34.73%
G=7.39%
B=57.88%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal141302350.40.8700.08272.4983.6751.96
Hex8D1EEB2857081105434
Octal215363535012701042012464
Binary1000110111110111010111010001010111010001000100001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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