#8B18FF

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

Shades of Blue Violet #8B18FF

Tints of Blue Violet #8B18FF

Color information

#8B18FF (or 0x8B18FF) is unknown color: approx Blue Violet. HEX triplet: 8B, 18 and FF. RGB value is (139,24,255). Sum of RGB (Red+Green+Blue) = 139+24+255=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B18FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B18FF is #74E700. Grayscale: #535353. Windows color (decimal): -7661313 or 16717963. OLE color: 16717963.

HSL color Cylindrical-coordinate representation of color #8B18FF: hue angle of 269.87º 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 #8B18FF is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13924255-
CMYK0.450.9100
HSL269.87º100%54.71%-
HSV(B)269.87º90.59%100%-
XYZ29.0213.3695.66-
YUV84.72224.1166.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.25%
GREEN value IS 24 (9.77% from 255) = 5.74%
BLUE value IS 255 (100% from 255) = 61.00%
R=33.25%
G=5.74%
B=61.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal139242550.450.9100269.8710054.71
Hex8B18FF2D5B0010e6437
Octal21330377551330041614467
Binary1000101111000111111111011011011011001000011101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B18FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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