#8B18F6

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

Shades of Blue Violet #8B18F6

Tints of Blue Violet #8B18F6

Color information

#8B18F6 (or 0x8B18F6) is unknown color: approx Blue Violet. HEX triplet: 8B, 18 and F6. RGB value is (139,24,246). Sum of RGB (Red+Green+Blue) = 139+24+246=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 246 (96.48% from 255 or 60.15% from 409); Max value from RGB is 246 - color contains mainly: blue. Hex color #8B18F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B18F6 is #74E709. Grayscale: #525252. Windows color (decimal): -7661322 or 16128139. OLE color: 16128139.

HSL color Cylindrical-coordinate representation of color #8B18F6: hue angle of 271.08º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B18F6 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13924246-
CMYK0.430.9000.04
HSL271.08º92.5%52.94%-
HSV(B)271.08º90.24%96.47%-
XYZ27.6112.888.2-
YUV83.69219.6167.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.99%
GREEN value IS 24 (9.77% from 255) = 5.87%
BLUE value IS 246 (96.48% from 255) = 60.15%
R=33.99%
G=5.87%
B=60.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal139242460.430.9000.04271.0892.552.94
Hex8B18F62B5A0410f5c35
Octal21330366531320441713465
Binary100010111100011110110101011101101001001000011111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B18F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,24,246); }

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

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

 a { background-color: rgb(139,24,246); }

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

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

 span { border-color: rgb(139,24,246); }

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