#9340EB

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

Shades of Blue Violet #9340EB

Tints of Blue Violet #9340EB

Color information

#9340EB (or 0x9340EB) is unknown color: approx Blue Violet. HEX triplet: 93, 40 and EB. RGB value is (147,64,235). Sum of RGB (Red+Green+Blue) = 147+64+235=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #9340EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9340EB is #6CBF14. Grayscale: #6B6B6B. Windows color (decimal): -7126805 or 15417491. OLE color: 15417491.

HSL color Cylindrical-coordinate representation of color #9340EB: hue angle of 269.12º 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 #9340EB is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14764235-
CMYK0.370.7300.08
HSL269.12º81.04%58.63%-
HSV(B)269.12º72.77%92.16%-
XYZ28.8615.8780.14-
YUV108.31199.5155.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.96%
GREEN value IS 64 (25.39% from 255) = 14.35%
BLUE value IS 235 (92.19% from 255) = 52.69%
R=32.96%
G=14.35%
B=52.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal147642350.370.7300.08269.1281.0458.63
Hex9340EB25490810d513b
Octal2231003534511101041512173
Binary100100111000000111010111001011001001010001000011011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9340EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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