#9940E6

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

Shades of Blue Violet #9940E6

Tints of Blue Violet #9940E6

Color information

#9940E6 (or 0x9940E6) is unknown color: approx Blue Violet. HEX triplet: 99, 40 and E6. RGB value is (153,64,230). Sum of RGB (Red+Green+Blue) = 153+64+230=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 230 (90.23% from 255 or 51.45% from 447); Max value from RGB is 230 - color contains mainly: blue. Hex color #9940E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9940E6 is #66BF19. Grayscale: #6C6C6C. Windows color (decimal): -6733594 or 15089817. OLE color: 15089817.

HSL color Cylindrical-coordinate representation of color #9940E6: hue angle of 272.17º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9940E6 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15364230-
CMYK0.330.7200.10
HSL272.17º76.85%57.65%-
HSV(B)272.17º72.17%90.2%-
XYZ29.2516.1576.44-
YUV109.54195.99159-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.23%
GREEN value IS 64 (25.39% from 255) = 14.32%
BLUE value IS 230 (90.23% from 255) = 51.45%
R=34.23%
G=14.32%
B=51.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal153642300.330.7200.10272.1776.8557.65
Hex9940E621480A1104d3a
Octal2311003464111001242011572
Binary100110011000000111001101000011001000010101000100001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9940E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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