#8D1EFF

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

Shades of Blue Violet #8D1EFF

Tints of Blue Violet #8D1EFF

Color information

#8D1EFF (or 0x8D1EFF) is unknown color: approx Blue Violet. HEX triplet: 8D, 1E and FF. RGB value is (141,30,255). Sum of RGB (Red+Green+Blue) = 141+30+255=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D1EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1EFF is #72E100. Grayscale: #585858. Windows color (decimal): -7528705 or 16719501. OLE color: 16719501.

HSL color Cylindrical-coordinate representation of color #8D1EFF: hue angle of 269.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1EFF is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14130255-
CMYK0.450.8800
HSL269.6º100%55.88%-
HSV(B)269.6º88.24%100%-
XYZ29.513.8195.72-
YUV88.84221.77165.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.10%
GREEN value IS 30 (12.11% from 255) = 7.04%
BLUE value IS 255 (100% from 255) = 59.86%
R=33.10%
G=7.04%
B=59.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal141302550.450.8800269.610055.88
Hex8D1EFF2D580010e6438
Octal21536377551300041614470
Binary1000110111110111111111011011011000001000011101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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