#9B0EFA

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

Shades of Electric Purple #9B0EFA

Tints of Electric Purple #9B0EFA

Color information

#9B0EFA (or 0x9B0EFA) is unknown color: approx Electric Purple. HEX triplet: 9B, 0E and FA. RGB value is (155,14,250). Sum of RGB (Red+Green+Blue) = 155+14+250=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B0EFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B0EFA is #64F105. Grayscale: #525252. Windows color (decimal): -6615302 or 16387739. OLE color: 16387739.

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

Color convert

RGB15514250-
CMYK0.380.9400.02
HSL275.85º95.93%51.76%-
HSV(B)275.85º94.4%98.04%-
XYZ30.9314.1891.55-
YUV83.06222.21179.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.99%
GREEN value IS 14 (5.86% from 255) = 3.34%
BLUE value IS 250 (98.05% from 255) = 59.67%
R=36.99%
G=3.34%
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.02
SystemRedGreenBlueCMYKHSL
Decimal155142500.380.9400.02275.8595.9351.76
Hex9BEFA265E021146034
Octal23316372461360242414064
Binary1001101111101111101010011010111100101000101001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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