#8D18FF

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

Shades of Blue Violet #8D18FF

Tints of Blue Violet #8D18FF

Color information

#8D18FF (or 0x8D18FF) is unknown color: approx Blue Violet. HEX triplet: 8D, 18 and FF. RGB value is (141,24,255). Sum of RGB (Red+Green+Blue) = 141+24+255=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D18FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D18FF is #72E700. Grayscale: #545454. Windows color (decimal): -7530241 or 16717965. OLE color: 16717965.

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

Color convert

RGB14124255-
CMYK0.450.9100
HSL270.39º100%54.71%-
HSV(B)270.39º90.59%100%-
XYZ29.3613.5495.67-
YUV85.32223.76167.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.57%
GREEN value IS 24 (9.77% from 255) = 5.71%
BLUE value IS 255 (100% from 255) = 60.71%
R=33.57%
G=5.71%
B=60.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal141242550.450.9100270.3910054.71
Hex8D18FF2D5B0010e6437
Octal21530377551330041614467
Binary1000110111000111111111011011011011001000011101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D18FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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