Html Css Color HEX #9801FF Electric Purple

📋 copy color: '#9801FF'

red 152 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #9801FF

Tints of Electric Purple #9801FF

RGB

 RED value IS 152 (59.77% from 255) = 37.25%

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 255 (100% from 255) = 62.5%

R = 37.25%
G = 0.25%
B = 62.5%

CMYK

 C value IS 0.40

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9801FF (or 0x9801FF) is known color: Electric Purple. HEX triplet: 98, 01 and FF. RGB value is (152,1,255). Sum of RGB (Red+Green+Blue) = 152+1+255=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #9801FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9801FF is #67FE00. Grayscale: #4A4A4A. Windows color (decimal): -6815233 or 16712088. OLE color: 16712088.

HSL color Cylindrical-coordinate representation of color #9801FF: hue angle of 275.67º 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 #9801FF is Cyan = 0.40, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

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

Color Harmonies of #9801FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9801FF

Black with #9801FF

Text Example


Text Example

White with #9801FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9801FF;
 }
 .AnyTagClassName
 {
   color: #9801FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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