#9A01E9

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

Shades of Dark Violet #9A01E9

Tints of Dark Violet #9A01E9

Color information

#9A01E9 (or 0x9A01E9) is unknown color: approx Dark Violet. HEX triplet: 9A, 01 and E9. RGB value is (154,1,233). Sum of RGB (Red+Green+Blue) = 154+1+233=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 233 (91.41% from 255 or 60.05% from 388); Max value from RGB is 233 - color contains mainly: blue. Hex color #9A01E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A01E9 is #65FE16. Grayscale: #484848. Windows color (decimal): -6684183 or 15270298. OLE color: 15270298.

HSL color Cylindrical-coordinate representation of color #9A01E9: hue angle of 279.57º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A01E9 is Cyan = 0.34, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1541233-
CMYK0.341.0000.09
HSL279.57º99.15%45.88%-
HSV(B)279.57º99.57%91.37%-
XYZ28.0512.7778.08-
YUV73.2218.19185.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.69%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 233 (91.41% from 255) = 60.05%
R=39.69%
G=0.26%
B=60.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal15412330.341.0000.09279.5799.1545.88
Hex9A1E9226409118632e
Octal23213514214401143014356
Binary100110101111010011000101100100010011000110001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A01E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,1,233); }

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

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

 a { background-color: rgb(154,1,233); }

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

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

 span { border-color: rgb(154,1,233); }

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