#8b14ff

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

Shades of Blue Violet #8B14FF

Tints of Blue Violet #8B14FF

Color information

#8B14FF (or 0x8B14FF) is unknown color: approx Blue Violet. HEX triplet: 8B, 14 and FF. RGB value is (139,20,255). Sum of RGB (Red+Green+Blue) = 139+20+255=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B14FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B14FF is #74EB00. Grayscale: #515151. Windows color (decimal): -7662337 or 16716939. OLE color: 16716939.

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

Color convert

RGB13920255-
CMYK0.450.9200
HSL270.38º100%53.92%-
HSV(B)270.38º92.16%100%-
XYZ28.9513.2195.63-
YUV82.37225.42168.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 20 (8.20% from 255) = 4.83%
BLUE value IS 255 (100% from 255) = 61.59%
R=33.57%
G=4.83%
B=61.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal139202550.450.9200270.3810053.92
Hex8B14FF2D5C0010e6436
Octal21324377551340041614466
Binary1000101110100111111111011011011100001000011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b14ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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