#9B05FE

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

Shades of Electric Purple #9B05FE

Tints of Electric Purple #9B05FE

Color information

#9B05FE (or 0x9B05FE) is unknown color: approx Electric Purple. HEX triplet: 9B, 05 and FE. RGB value is (155,5,254). Sum of RGB (Red+Green+Blue) = 155+5+254=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B05FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B05FE is #64FA01. Grayscale: #4D4D4D. Windows color (decimal): -6617602 or 16647579. OLE color: 16647579.

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

Color convert

RGB1555254-
CMYK0.390.9800.00
HSL276.14º99.2%50.78%-
HSV(B)276.14º98.03%99.61%-
XYZ31.4614.2394.85-
YUV78.24227.2182.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.44%
GREEN value IS 5 (2.34% from 255) = 1.21%
BLUE value IS 254 (99.61% from 255) = 61.35%
R=37.44%
G=1.21%
B=61.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal15552540.390.9800.00276.1499.250.78
Hex9B5FE2762001146333
Octal2335376471420042414363
Binary10011011101111111101001111100010001000101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B05FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,5,254); }

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

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

 a { background-color: rgb(155,5,254); }

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

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

 span { border-color: rgb(155,5,254); }

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