#8D18F2

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

Shades of Blue Violet #8D18F2

Tints of Blue Violet #8D18F2

Color information

#8D18F2 (or 0x8D18F2) is unknown color: approx Blue Violet. HEX triplet: 8D, 18 and F2. RGB value is (141,24,242). Sum of RGB (Red+Green+Blue) = 141+24+242=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 242 (94.92% from 255 or 59.46% from 407); Max value from RGB is 242 - color contains mainly: blue. Hex color #8D18F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D18F2 is #72E70D. Grayscale: #535353. Windows color (decimal): -7530254 or 15865997. OLE color: 15865997.

HSL color Cylindrical-coordinate representation of color #8D18F2: hue angle of 272.2º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D18F2 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14124242-
CMYK0.420.9000.05
HSL272.2º89.34%52.16%-
HSV(B)272.2º90.08%94.9%-
XYZ27.3412.7385.02-
YUV83.84217.26168.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.64%
GREEN value IS 24 (9.77% from 255) = 5.90%
BLUE value IS 242 (94.92% from 255) = 59.46%
R=34.64%
G=5.90%
B=59.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal141242420.420.9000.05272.289.3452.16
Hex8D18F22A5A051105934
Octal21530362521320542013164
Binary100011011100011110010101010101101001011000100001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D18F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,24,242); }

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

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

 a { background-color: rgb(141,24,242); }

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

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

 span { border-color: rgb(141,24,242); }

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