#9A00F9

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

Shades of Electric Purple #9A00F9

Tints of Electric Purple #9A00F9

Color information

#9A00F9 (or 0x9A00F9) is unknown color: approx Electric Purple. HEX triplet: 9A, 00 and F9. RGB value is (154,0,249). Sum of RGB (Red+Green+Blue) = 154+0+249=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 249 (97.66% from 255 or 61.79% from 403); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A00F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A00F9 is #65FF06. Grayscale: #494949. Windows color (decimal): -6684423 or 16318618. OLE color: 16318618.

HSL color Cylindrical-coordinate representation of color #9A00F9: hue angle of 277.11º 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 #9A00F9 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1540249-
CMYK0.38100.02
HSL277.11º100%48.82%-
HSV(B)277.11º100%97.65%-
XYZ30.4313.7190.67-
YUV74.43226.52184.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 249 (97.66% from 255) = 61.79%
R=38.21%
G=0%
B=61.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal15402490.38100.02277.1110048.82
Hex9A0F92664021156431
Octal2320371461440242514461
Binary1001101001111100110011011001000101000101011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A00F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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