Html Css Color HEX #9800FF Electric Purple

📋 copy color: '#9800FF'

red 152 ◦ green 0 ◦ blue 255

#9800FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #9800FF

Tints of Electric Purple #9800FF

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 value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9800FF (or 0x9800FF) is known color: 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

RGB 152 0 255 -
CMYK 0.40 1 0 0
HSL 275.76º 1% 0.5% -
HSV(B) 275.76º 1% 1% -
XYZ 31 13.9 95.66 -
YUV 74.52 229.86 183.27 -
System Red Green Blue C M Y K H S L
Decimal 152 0 255 0.40 1 0 0 275.76 1 0.5
Hex 98 0 FF 28 64 0 0 114 64 32
Octal 230 0 377 50 144 0 0 424 144 62
Binary 10011000 0 11111111 101000 1100100 0 0 100010100 1100100 110010

Color Harmonies of #9800FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9800FF

Black with #9800FF

Text Example


Text Example

White with #9800FF

Text Example


Text Example

HTML Codes & Css Web 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>