#9D11FF

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

Shades of Electric Purple #9D11FF

Tints of Electric Purple #9D11FF

Color information

#9D11FF (or 0x9D11FF) is unknown color: approx Electric Purple. HEX triplet: 9D, 11 and FF. RGB value is (157,17,255). Sum of RGB (Red+Green+Blue) = 157+17+255=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D11FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D11FF is #62EE00. Grayscale: #555555. Windows color (decimal): -6483457 or 16716189. OLE color: 16716189.

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

Color convert

RGB15717255-
CMYK0.380.9300
HSL275.29º100%53.33%-
HSV(B)275.29º93.33%100%-
XYZ32.1614.7995.77-
YUV85.99223.38178.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.60%
GREEN value IS 17 (7.03% from 255) = 3.96%
BLUE value IS 255 (100% from 255) = 59.44%
R=36.60%
G=3.96%
B=59.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal157172550.380.9300275.2910053.33
Hex9D11FF265D001136435
Octal23521377461350042314465
Binary1001110110001111111111001101011101001000100111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D11FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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