#9940E9

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

Shades of Blue Violet #9940E9

Tints of Blue Violet #9940E9

Color information

#9940E9 (or 0x9940E9) is unknown color: approx Blue Violet. HEX triplet: 99, 40 and E9. RGB value is (153,64,233). Sum of RGB (Red+Green+Blue) = 153+64+233=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #9940E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9940E9 is #66BF16. Grayscale: #6D6D6D. Windows color (decimal): -6733591 or 15286425. OLE color: 15286425.

HSL color Cylindrical-coordinate representation of color #9940E9: hue angle of 271.6º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9940E9 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15364233-
CMYK0.340.7300.09
HSL271.6º79.34%58.24%-
HSV(B)271.6º72.53%91.37%-
XYZ29.6816.3278.68-
YUV109.88197.49158.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34%
GREEN value IS 64 (25.39% from 255) = 14.22%
BLUE value IS 233 (91.41% from 255) = 51.78%
R=34%
G=14.22%
B=51.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal153642330.340.7300.09271.679.3458.24
Hex9940E92249091104f3a
Octal2311003514211101142011772
Binary100110011000000111010011000101001001010011000100001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9940E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9940E9; }

 p { color: rgb(153,64,233); }

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

<style>
 a { background-color: #9940E9; }

 a { background-color: rgb(153,64,233); }

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

<style>
 span { border-color: #9940E9; }

 span { border-color: rgb(153,64,233); }

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