#9140EB

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

Shades of Blue Violet #9140EB

Tints of Blue Violet #9140EB

Color information

#9140EB (or 0x9140EB) is unknown color: approx Blue Violet. HEX triplet: 91, 40 and EB. RGB value is (145,64,235). Sum of RGB (Red+Green+Blue) = 145+64+235=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #9140EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9140EB is #6EBF14. Grayscale: #6B6B6B. Windows color (decimal): -7257877 or 15417489. OLE color: 15417489.

HSL color Cylindrical-coordinate representation of color #9140EB: hue angle of 268.42º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9140EB is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14564235-
CMYK0.380.7300.08
HSL268.42º81.04%58.63%-
HSV(B)268.42º72.77%92.16%-
XYZ28.5115.6880.12-
YUV107.71199.84154.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.66%
GREEN value IS 64 (25.39% from 255) = 14.41%
BLUE value IS 235 (92.19% from 255) = 52.93%
R=32.66%
G=14.41%
B=52.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal145642350.380.7300.08268.4281.0458.63
Hex9140EB26490810c513b
Octal2211003534611101041412173
Binary100100011000000111010111001101001001010001000011001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9140EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9140EB; }

 p { color: rgb(145,64,235); }

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

<style>
 a { background-color: #9140EB; }

 a { background-color: rgb(145,64,235); }

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

<style>
 span { border-color: #9140EB; }

 span { border-color: rgb(145,64,235); }

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