#9419F0

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

Shades of Blue Violet #9419F0

Tints of Blue Violet #9419F0

Color information

#9419F0 (or 0x9419F0) is unknown color: approx Blue Violet. HEX triplet: 94, 19 and F0. RGB value is (148,25,240). Sum of RGB (Red+Green+Blue) = 148+25+240=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 240 (94.14% from 255 or 58.11% from 413); Max value from RGB is 240 - color contains mainly: blue. Hex color #9419F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9419F0 is #6BE60F. Grayscale: #555555. Windows color (decimal): -7071248 or 15735188. OLE color: 15735188.

HSL color Cylindrical-coordinate representation of color #9419F0: hue angle of 274.33º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9419F0 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14825240-
CMYK0.380.9000.06
HSL274.33º87.76%51.96%-
HSV(B)274.33º89.58%94.12%-
XYZ28.2913.2883.51-
YUV86.29214.75172.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 25 (10.16% from 255) = 6.05%
BLUE value IS 240 (94.14% from 255) = 58.11%
R=35.84%
G=6.05%
B=58.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal148252400.380.9000.06274.3387.7651.96
Hex9419F0265A061125834
Octal22431360461320642213064
Binary100101001100111110000100110101101001101000100101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9419F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9419F0; }

 p { color: rgb(148,25,240); }

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

<style>
 a { background-color: #9419F0; }

 a { background-color: rgb(148,25,240); }

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

<style>
 span { border-color: #9419F0; }

 span { border-color: rgb(148,25,240); }

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