#9C07F8

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

Shades of Electric Purple #9C07F8

Tints of Electric Purple #9C07F8

Color information

#9C07F8 (or 0x9C07F8) is unknown color: approx Electric Purple. HEX triplet: 9C, 07 and F8. RGB value is (156,7,248). Sum of RGB (Red+Green+Blue) = 156+7+248=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #9C07F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C07F8 is #63F807. Grayscale: #4E4E4E. Windows color (decimal): -6551560 or 16254876. OLE color: 16254876.

HSL color Cylindrical-coordinate representation of color #9C07F8: hue angle of 277.1º degrees, saturation: 0.95, 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 #9C07F8 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1567248-
CMYK0.370.9700.03
HSL277.1º94.51%50%-
HSV(B)277.1º97.18%97.25%-
XYZ30.731489.89-
YUV79.03223.36182.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.96%
GREEN value IS 7 (3.12% from 255) = 1.70%
BLUE value IS 248 (97.27% from 255) = 60.34%
R=37.96%
G=1.70%
B=60.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal15672480.370.9700.03277.194.5150
Hex9C7F82561031155f32
Octal2347370451410342513762
Binary100111001111111100010010111000010111000101011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C07F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,7,248); }

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

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

 a { background-color: rgb(156,7,248); }

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

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

 span { border-color: rgb(156,7,248); }

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