#9B0EFC

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

Shades of Electric Purple #9B0EFC

Tints of Electric Purple #9B0EFC

Color information

#9B0EFC (or 0x9B0EFC) is unknown color: approx Electric Purple. HEX triplet: 9B, 0E and FC. RGB value is (155,14,252). Sum of RGB (Red+Green+Blue) = 155+14+252=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B0EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B0EFC is #64F103. Grayscale: #525252. Windows color (decimal): -6615300 or 16518811. OLE color: 16518811.

HSL color Cylindrical-coordinate representation of color #9B0EFC: hue angle of 275.55º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0EFC is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15514252-
CMYK0.380.9400.01
HSL275.55º97.54%52.16%-
HSV(B)275.55º94.44%98.82%-
XYZ31.2514.3193.21-
YUV83.29223.21179.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.82%
GREEN value IS 14 (5.86% from 255) = 3.33%
BLUE value IS 252 (98.83% from 255) = 59.86%
R=36.82%
G=3.33%
B=59.86%

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
Decimal155142520.380.9400.01275.5597.5452.16
Hex9BEFC265E011146234
Octal23316374461360142414264
Binary100110111110111111001001101011110011000101001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,14,252); }

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

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

 a { background-color: rgb(155,14,252); }

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

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

 span { border-color: rgb(155,14,252); }

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