#990FFF

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

Shades of Blue Violet #990FFF

Tints of Blue Violet #990FFF

Color information

#990FFF (or 0x990FFF) is unknown color: approx Blue Violet. HEX triplet: 99, 0F and FF. RGB value is (153,15,255). Sum of RGB (Red+Green+Blue) = 153+15+255=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #990FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990FFF is #66F000. Grayscale: #525252. Windows color (decimal): -6746113 or 16715673. OLE color: 16715673.

HSL color Cylindrical-coordinate representation of color #990FFF: hue angle of 274.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990FFF is Cyan = 0.4, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15315255-
CMYK0.40.9400
HSL274.5º100%52.94%-
HSV(B)274.5º94.12%100%-
XYZ31.3614.3395.72-
YUV83.62224.72177.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 15 (6.25% from 255) = 3.55%
BLUE value IS 255 (100% from 255) = 60.28%
R=36.17%
G=3.55%
B=60.28%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal153152550.40.9400274.510052.94
Hex99FFF285E001126435
Octal23117377501360042214465
Binary100110011111111111111010001011110001000100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990FFF; }

 p { color: rgb(153,15,255); }

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

<style>
 a { background-color: #990FFF; }

 a { background-color: rgb(153,15,255); }

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

<style>
 span { border-color: #990FFF; }

 span { border-color: rgb(153,15,255); }

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