#8B40F4

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

Shades of Blue Violet #8B40F4

Tints of Blue Violet #8B40F4

Color information

#8B40F4 (or 0x8B40F4) is unknown color: approx Blue Violet. HEX triplet: 8B, 40 and F4. RGB value is (139,64,244). Sum of RGB (Red+Green+Blue) = 139+64+244=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 244 (95.70% from 255 or 54.59% from 447); Max value from RGB is 244 - color contains mainly: blue. Hex color #8B40F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B40F4 is #74BF0B. Grayscale: #6A6A6A. Windows color (decimal): -7651084 or 16007307. OLE color: 16007307.

HSL color Cylindrical-coordinate representation of color #8B40F4: hue angle of 265º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B40F4 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13964244-
CMYK0.430.7400.04
HSL265º89.11%60.39%-
HSV(B)265º73.77%95.69%-
XYZ28.8115.6987.1-
YUV106.94205.35150.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.10%
GREEN value IS 64 (25.39% from 255) = 14.32%
BLUE value IS 244 (95.70% from 255) = 54.59%
R=31.10%
G=14.32%
B=54.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal139642440.430.7400.0426589.1160.39
Hex8B40F42B4A04109593c
Octal213100364531120441113174
Binary10001011100000011110100101011100101001001000010011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B40F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,64,244); }

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

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

 a { background-color: rgb(139,64,244); }

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

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

 span { border-color: rgb(139,64,244); }

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