#9D05FA

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

Shades of Electric Purple #9D05FA

Tints of Electric Purple #9D05FA

Color information

#9D05FA (or 0x9D05FA) is unknown color: approx Electric Purple. HEX triplet: 9D, 05 and FA. RGB value is (157,5,250). Sum of RGB (Red+Green+Blue) = 157+5+250=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D05FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D05FA is #62FA05. Grayscale: #4D4D4D. Windows color (decimal): -6486534 or 16385437. OLE color: 16385437.

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

Color convert

RGB1575250-
CMYK0.370.9800.02
HSL277.22º96.08%50%-
HSV(B)277.22º98%98.04%-
XYZ31.2114.1891.53-
YUV78.38224.86184.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.11%
GREEN value IS 5 (2.34% from 255) = 1.21%
BLUE value IS 250 (98.05% from 255) = 60.68%
R=38.11%
G=1.21%
B=60.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal15752500.370.9800.02277.2296.0850
Hex9D5FA2562021156032
Octal2355372451420242514062
Binary100111011011111101010010111000100101000101011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D05FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,5,250); }

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

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

 a { background-color: rgb(157,5,250); }

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

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

 span { border-color: rgb(157,5,250); }

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