#9F08F8

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

Shades of Electric Purple #9F08F8

Tints of Electric Purple #9F08F8

Color information

#9F08F8 (or 0x9F08F8) is unknown color: approx Electric Purple. HEX triplet: 9F, 08 and F8. RGB value is (159,8,248). Sum of RGB (Red+Green+Blue) = 159+8+248=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 248 (97.27% from 255 or 59.76% from 415); Max value from RGB is 248 - color contains mainly: blue. Hex color #9F08F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F08F8 is #60F707. Grayscale: #4F4F4F. Windows color (decimal): -6354696 or 16255135. OLE color: 16255135.

HSL color Cylindrical-coordinate representation of color #9F08F8: hue angle of 277.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F08F8 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1598248-
CMYK0.360.9700.03
HSL277.75º94.49%50.2%-
HSV(B)277.75º96.77%97.25%-
XYZ31.3314.3289.92-
YUV80.51222.53183.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.31%
GREEN value IS 8 (3.52% from 255) = 1.93%
BLUE value IS 248 (97.27% from 255) = 59.76%
R=38.31%
G=1.93%
B=59.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal15982480.360.9700.03277.7594.4950.2
Hex9F8F82461031165e32
Octal23710370441410342613662
Binary1001111110001111100010010011000010111000101101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F08F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,8,248); }

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

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

 a { background-color: rgb(159,8,248); }

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

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

 span { border-color: rgb(159,8,248); }

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