#9C11FF

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

Shades of Electric Purple #9C11FF

Tints of Electric Purple #9C11FF

Color information

#9C11FF (or 0x9C11FF) is unknown color: approx Electric Purple. HEX triplet: 9C, 11 and FF. RGB value is (156,17,255). Sum of RGB (Red+Green+Blue) = 156+17+255=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C11FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C11FF is #63EE00. Grayscale: #545454. Windows color (decimal): -6548993 or 16716188. OLE color: 16716188.

HSL color Cylindrical-coordinate representation of color #9C11FF: hue angle of 275.04º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C11FF is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15617255-
CMYK0.390.9300
HSL275.04º100%53.33%-
HSV(B)275.04º93.33%100%-
XYZ31.9614.6995.76-
YUV85.69223.55178.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.45%
GREEN value IS 17 (7.03% from 255) = 3.97%
BLUE value IS 255 (100% from 255) = 59.58%
R=36.45%
G=3.97%
B=59.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal156172550.390.9300275.0410053.33
Hex9C11FF275D001136435
Octal23421377471350042314465
Binary1001110010001111111111001111011101001000100111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C11FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,17,255); }

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

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

 a { background-color: rgb(156,17,255); }

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

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

 span { border-color: rgb(156,17,255); }

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