#8B12FD

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

Shades of Blue Violet #8B12FD

Tints of Blue Violet #8B12FD

Color information

#8B12FD (or 0x8B12FD) is unknown color: approx Blue Violet. HEX triplet: 8B, 12 and FD. RGB value is (139,18,253). Sum of RGB (Red+Green+Blue) = 139+18+253=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #8B12FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B12FD is #74ED02. Grayscale: #505050. Windows color (decimal): -7662851 or 16585355. OLE color: 16585355.

HSL color Cylindrical-coordinate representation of color #8B12FD: hue angle of 270.89º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B12FD is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13918253-
CMYK0.450.9300.01
HSL270.89º98.33%53.14%-
HSV(B)270.89º92.89%99.22%-
XYZ28.5913.0193.93-
YUV80.97225.09169.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.90%
GREEN value IS 18 (7.42% from 255) = 4.39%
BLUE value IS 253 (99.22% from 255) = 61.71%
R=33.90%
G=4.39%
B=61.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal139182530.450.9300.01270.8998.3353.14
Hex8B12FD2D5D0110f6235
Octal21322375551350141714265
Binary1000101110010111111011011011011101011000011111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B12FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,18,253); }

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

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

 a { background-color: rgb(139,18,253); }

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

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

 span { border-color: rgb(139,18,253); }

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