#8B0FEE

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

Shades of Blue Violet #8B0FEE

Tints of Blue Violet #8B0FEE

Color information

#8B0FEE (or 0x8B0FEE) is unknown color: approx Blue Violet. HEX triplet: 8B, 0F and EE. RGB value is (139,15,238). Sum of RGB (Red+Green+Blue) = 139+15+238=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B0FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B0FEE is #74F011. Grayscale: #4C4C4C. Windows color (decimal): -7663634 or 15601547. OLE color: 15601547.

HSL color Cylindrical-coordinate representation of color #8B0FEE: hue angle of 273.36º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0FEE is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13915238-
CMYK0.420.9400.07
HSL273.36º88.14%49.61%-
HSV(B)273.36º93.7%93.33%-
XYZ26.251281.82-
YUV77.5218.58171.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.46%
GREEN value IS 15 (6.25% from 255) = 3.83%
BLUE value IS 238 (93.36% from 255) = 60.71%
R=35.46%
G=3.83%
B=60.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal139152380.420.9400.07273.3688.1449.61
Hex8BFEE2A5E071115832
Octal21317356521360742113062
Binary10001011111111101110101010101111001111000100011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,15,238); }

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

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

 a { background-color: rgb(139,15,238); }

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

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

 span { border-color: rgb(139,15,238); }

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