#9A17E3

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

Shades of Blue Violet #9A17E3

Tints of Blue Violet #9A17E3

Color information

#9A17E3 (or 0x9A17E3) is unknown color: approx Blue Violet. HEX triplet: 9A, 17 and E3. RGB value is (154,23,227). Sum of RGB (Red+Green+Blue) = 154+23+227=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 227 (89.06% from 255 or 56.19% from 404); Max value from RGB is 227 - color contains mainly: blue. Hex color #9A17E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A17E3 is #65E81C. Grayscale: #545454. Windows color (decimal): -6678557 or 14882714. OLE color: 14882714.

HSL color Cylindrical-coordinate representation of color #9A17E3: hue angle of 278.53º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A17E3 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15423227-
CMYK0.320.9000.11
HSL278.53º81.6%49.02%-
HSV(B)278.53º89.87%89.02%-
XYZ27.513.0373.74-
YUV85.42207.9176.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.12%
GREEN value IS 23 (9.38% from 255) = 5.69%
BLUE value IS 227 (89.06% from 255) = 56.19%
R=38.12%
G=5.69%
B=56.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal154232270.320.9000.11278.5381.649.02
Hex9A17E3205A0B1175231
Octal232273434013201342712261
Binary1001101010111111000111000001011010010111000101111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A17E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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