#9A00FA

Color #9A00FA Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #9A00FA

Tints of Electric Purple #9A00FA

Color information

#9A00FA (or 0x9A00FA) is unknown color: approx Electric Purple. HEX triplet: 9A, 00 and FA. RGB value is (154,0,250). Sum of RGB (Red+Green+Blue) = 154+0+250=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A00FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A00FA is #65FF05. Grayscale: #494949. Windows color (decimal): -6684422 or 16384154. OLE color: 16384154.

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

Color convert

RGB1540250-
CMYK0.38100.02
HSL276.96º100%49.02%-
HSV(B)276.96º100%98.04%-
XYZ30.5813.7791.49-
YUV74.55227.02184.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 250 (98.05% from 255) = 61.88%
R=38.12%
G=0%
B=61.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal15402500.38100.02276.9610049.02
Hex9A0FA2664021156431
Octal2320372461440242514461
Binary1001101001111101010011011001000101000101011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A00FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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