Html Css Color HEX #9A01FD Electric Purple

📋 copy color: '#9A01FD'

red 154 ◦ green 1 ◦ blue 253

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

Shades of Electric Purple #9A01FD

Tints of Electric Purple #9A01FD

RGB

 RED value IS 154 (60.55% from 255) = 37.75%

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

 BLUE value IS 253 (99.22% from 255) = 62.01%

R = 37.75%
G = 0.25%
B = 62.01%

CMYK

 C value IS 0.39

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A01FD (or 0x9A01FD) is known color: Electric Purple. HEX triplet: 9A, 01 and FD. RGB value is (154,1,253). Sum of RGB (Red+Green+Blue) = 154+1+253=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A01FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A01FD is #65FE02. Grayscale: #4A4A4A. Windows color (decimal): -6684163 or 16581018. OLE color: 16581018.

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

Color convert

RGB 154 1 253 -
CMYK 0.39 1.00 0 0.01
HSL 276.43º 0.99% 0.5% -
HSV(B) 276.43º 1% 0.99% -
XYZ 31.07 13.98 93.99 -
YUV 75.48 228.19 184.01 -
System Red Green Blue C M Y K H S L
Decimal 154 1 253 0.39 1.00 0 0.01 276.43 0.99 0.5
Hex 9A 1 FD 27 64 0 1 114 63 32
Octal 232 1 375 47 144 0 1 424 143 62
Binary 10011010 1 11111101 100111 1100100 0 1 100010100 1100011 110010

Color Harmonies of #9A01FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A01FD

Black with #9A01FD

Text Example


Text Example

White with #9A01FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,1,253); }

 H1.HeaderClassName
 {
   color: #9A01FD;
 }
 .AnyTagClassName
 {
   color: #9A01FD;
 }
</style>

background-color css

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

 a { background-color: rgb(154,1,253); }

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

border-color css

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

 span { border-color: rgb(154,1,253); }

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