#9C0FFD

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

Shades of Electric Purple #9C0FFD

Tints of Electric Purple #9C0FFD

Color information

#9C0FFD (or 0x9C0FFD) is unknown color: approx Electric Purple. HEX triplet: 9C, 0F and FD. RGB value is (156,15,253). Sum of RGB (Red+Green+Blue) = 156+15+253=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C0FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0FFD is #63F002. Grayscale: #535353. Windows color (decimal): -6549507 or 16584604. OLE color: 16584604.

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

Color convert

RGB15615253-
CMYK0.380.9400.01
HSL275.55º98.35%52.55%-
HSV(B)275.55º94.07%99.22%-
XYZ31.6114.594.06-
YUV84.29223.21179.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 15 (6.25% from 255) = 3.54%
BLUE value IS 253 (99.22% from 255) = 59.67%
R=36.79%
G=3.54%
B=59.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal156152530.380.9400.01275.5598.3552.55
Hex9CFFD265E011146235
Octal23417375461360142414265
Binary100111001111111111011001101011110011000101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,15,253); }

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

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

 a { background-color: rgb(156,15,253); }

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

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

 span { border-color: rgb(156,15,253); }

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