#9800FF

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

Shades of Electric Purple #9800FF

Tints of Electric Purple #9800FF

Color information

#9800FF (or 0x9800FF) is unknown color: approx Electric Purple. HEX triplet: 98, 00 and FF. RGB value is (152,0,255). Sum of RGB (Red+Green+Blue) = 152+0+255=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #9800FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9800FF is #67FF00. Grayscale: #494949. Windows color (decimal): -6815489 or 16711832. OLE color: 16711832.

HSL color Cylindrical-coordinate representation of color #9800FF: hue angle of 275.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9800FF is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1520255-
CMYK0.40100
HSL275.76º100%50%-
HSV(B)275.76º100%100%-
XYZ3113.995.66-
YUV74.52229.86183.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 62.65%
R=37.35%
G=0%
B=62.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal15202550.40100275.7610050
Hex980FF2864001146432
Octal2300377501440042414462
Binary100110000111111111010001100100001000101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9800FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9800FF; }

 p { color: rgb(152,0,255); }

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

<style>
 a { background-color: #9800FF; }

 a { background-color: rgb(152,0,255); }

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

<style>
 span { border-color: #9800FF; }

 span { border-color: rgb(152,0,255); }

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