Html Css Color HEX #9A00FD Electric Purple

📋 copy color: '#9A00FD'

red 154 ◦ green 0 ◦ blue 253

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

Shades of Electric Purple #9A00FD

Tints of Electric Purple #9A00FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.84%
G = 0%
B = 62.16%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A00FD (or 0x9A00FD) is known color: Electric Purple. HEX triplet: 9A, 00 and FD. RGB value is (154,0,253). Sum of RGB (Red+Green+Blue) = 154+0+253=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A00FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A00FD is #65FF02. Grayscale: #4A4A4A. Windows color (decimal): -6684419 or 16580762. OLE color: 16580762.

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

Color convert

RGB 154 0 253 -
CMYK 0.39 1 0 0.01
HSL 276.52º 1% 0.5% -
HSV(B) 276.52º 1% 0.99% -
XYZ 31.06 13.96 93.99 -
YUV 74.89 228.52 184.43 -
System Red Green Blue C M Y K H S L
Decimal 154 0 253 0.39 1 0 0.01 276.52 1 0.5
Hex 9A 0 FD 27 64 0 1 115 64 32
Octal 232 0 375 47 144 0 1 425 144 62
Binary 10011010 0 11111101 100111 1100100 0 1 100010101 1100100 110010

Color Harmonies of #9A00FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A00FD

Black with #9A00FD

Text Example


Text Example

White with #9A00FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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