#9A17FC

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

Shades of Blue Violet #9A17FC

Tints of Blue Violet #9A17FC

Color information

#9A17FC (or 0x9A17FC) is unknown color: approx Blue Violet. HEX triplet: 9A, 17 and FC. RGB value is (154,23,252). Sum of RGB (Red+Green+Blue) = 154+23+252=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A17FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A17FC is #65E803. Grayscale: #575757. Windows color (decimal): -6678532 or 16521114. OLE color: 16521114.

HSL color Cylindrical-coordinate representation of color #9A17FC: hue angle of 274.32º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A17FC is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15423252-
CMYK0.390.9100.01
HSL274.32º97.45%53.92%-
HSV(B)274.32º90.87%98.82%-
XYZ31.214.5193.25-
YUV88.28220.4174.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.90%
GREEN value IS 23 (9.38% from 255) = 5.36%
BLUE value IS 252 (98.83% from 255) = 58.74%
R=35.90%
G=5.36%
B=58.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal154232520.390.9100.01274.3297.4553.92
Hex9A17FC275B011126136
Octal23227374471330142214166
Binary1001101010111111111001001111011011011000100101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A17FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,23,252); }

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

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

 a { background-color: rgb(154,23,252); }

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

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

 span { border-color: rgb(154,23,252); }

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