#8B14F8

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

Shades of Blue Violet #8B14F8

Tints of Blue Violet #8B14F8

Color information

#8B14F8 (or 0x8B14F8) is unknown color: approx Blue Violet. HEX triplet: 8B, 14 and F8. RGB value is (139,20,248). Sum of RGB (Red+Green+Blue) = 139+20+248=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 248 (97.27% from 255 or 60.93% from 407); Max value from RGB is 248 - color contains mainly: blue. Hex color #8B14F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B14F8 is #74EB07. Grayscale: #505050. Windows color (decimal): -7662344 or 16258187. OLE color: 16258187.

HSL color Cylindrical-coordinate representation of color #8B14F8: hue angle of 271.32º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B14F8 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13920248-
CMYK0.440.9200.03
HSL271.32º94.21%52.55%-
HSV(B)271.32º91.94%97.25%-
XYZ27.8412.7789.8-
YUV81.57221.92168.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.15%
GREEN value IS 20 (8.20% from 255) = 4.91%
BLUE value IS 248 (97.27% from 255) = 60.93%
R=34.15%
G=4.91%
B=60.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal139202480.440.9200.03271.3294.2152.55
Hex8B14F82C5C0310f5e35
Octal21324370541340341713665
Binary10001011101001111100010110010111000111000011111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B14F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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