#8D0FF1

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

Shades of Blue Violet #8D0FF1

Tints of Blue Violet #8D0FF1

Color information

#8D0FF1 (or 0x8D0FF1) is unknown color: approx Blue Violet. HEX triplet: 8D, 0F and F1. RGB value is (141,15,241). Sum of RGB (Red+Green+Blue) = 141+15+241=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D0FF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0FF1 is #72F00E. Grayscale: #4D4D4D. Windows color (decimal): -7532559 or 15798157. OLE color: 15798157.

HSL color Cylindrical-coordinate representation of color #8D0FF1: hue angle of 273.45º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0FF1 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14115241-
CMYK0.410.9400.05
HSL273.45º88.98%50.2%-
HSV(B)273.45º93.78%94.51%-
XYZ27.0312.3684.18-
YUV78.44219.74172.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 15 (6.25% from 255) = 3.78%
BLUE value IS 241 (94.53% from 255) = 60.71%
R=35.52%
G=3.78%
B=60.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal141152410.410.9400.05273.4588.9850.2
Hex8DFF1295E051115932
Octal21517361511360542113162
Binary10001101111111110001101001101111001011000100011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,15,241); }

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

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

 a { background-color: rgb(141,15,241); }

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

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

 span { border-color: rgb(141,15,241); }

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