#9A19FA

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

Shades of Blue Violet #9A19FA

Tints of Blue Violet #9A19FA

Color information

#9A19FA (or 0x9A19FA) is unknown color: approx Blue Violet. HEX triplet: 9A, 19 and FA. RGB value is (154,25,250). Sum of RGB (Red+Green+Blue) = 154+25+250=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A19FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A19FA is #65E605. Grayscale: #585858. Windows color (decimal): -6678022 or 16390554. OLE color: 16390554.

HSL color Cylindrical-coordinate representation of color #9A19FA: hue angle of 274.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A19FA is Cyan = 0.38, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15425250-
CMYK0.380.900.02
HSL274.4º95.74%53.92%-
HSV(B)274.4º90%98.04%-
XYZ30.9314.4791.6-
YUV89.22218.74174.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.90%
GREEN value IS 25 (10.16% from 255) = 5.83%
BLUE value IS 250 (98.05% from 255) = 58.28%
R=35.90%
G=5.83%
B=58.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal154252500.380.900.02274.495.7453.92
Hex9A19FA265A021126036
Octal23231372461320242214066
Binary10011010110011111101010011010110100101000100101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A19FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A19FA; }

 p { color: rgb(154,25,250); }

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

<style>
 a { background-color: #9A19FA; }

 a { background-color: rgb(154,25,250); }

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

<style>
 span { border-color: #9A19FA; }

 span { border-color: rgb(154,25,250); }

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