#9F10FD

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

Shades of Electric Purple #9F10FD

Tints of Electric Purple #9F10FD

Color information

#9F10FD (or 0x9F10FD) is unknown color: approx Electric Purple. HEX triplet: 9F, 10 and FD. RGB value is (159,16,253). Sum of RGB (Red+Green+Blue) = 159+16+253=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F10FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F10FD is #60EF02. Grayscale: #545454. Windows color (decimal): -6352643 or 16584863. OLE color: 16584863.

HSL color Cylindrical-coordinate representation of color #9F10FD: hue angle of 276.2º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F10FD is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15916253-
CMYK0.370.9400.01
HSL276.2º98.34%52.75%-
HSV(B)276.2º93.68%99.22%-
XYZ32.2114.8394.09-
YUV85.78222.38180.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.15%
GREEN value IS 16 (6.64% from 255) = 3.74%
BLUE value IS 253 (99.22% from 255) = 59.11%
R=37.15%
G=3.74%
B=59.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal159162530.370.9400.01276.298.3452.75
Hex9F10FD255E011146235
Octal23720375451360142414265
Binary1001111110000111111011001011011110011000101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F10FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,16,253); }

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

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

 a { background-color: rgb(159,16,253); }

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

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

 span { border-color: rgb(159,16,253); }

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