Html Css Color HEX #9A00F9 Electric Purple

📋 copy color: '#9A00F9'

red 154 ◦ green 0 ◦ blue 249

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

Shades of Electric Purple #9A00F9

Tints of Electric Purple #9A00F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 61.79%

R = 38.21%
G = 0%
B = 61.79%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9A00F9 (or 0x9A00F9) is known color: Electric Purple. HEX triplet: 9A, 00 and F9. RGB value is (154,0,249). Sum of RGB (Red+Green+Blue) = 154+0+249=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 249 (97.66% from 255 or 61.79% from 403); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A00F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A00F9 is #65FF06. Grayscale: #494949. Windows color (decimal): -6684423 or 16318618. OLE color: 16318618.

HSL color Cylindrical-coordinate representation of color #9A00F9: hue angle of 277.11º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00F9 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 0 249 -
CMYK 0.38 1 0 0.02
HSL 277.11º 1% 0.49% -
HSV(B) 277.11º 1% 0.98% -
XYZ 30.43 13.71 90.67 -
YUV 74.43 226.52 184.75 -
System Red Green Blue C M Y K H S L
Decimal 154 0 249 0.38 1 0 0.02 277.11 1 0.49
Hex 9A 0 F9 26 64 0 2 115 64 31
Octal 232 0 371 46 144 0 2 425 144 61
Binary 10011010 0 11111001 100110 1100100 0 10 100010101 1100100 110001

Color Harmonies of #9A00F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A00F9

Black with #9A00F9

Text Example


Text Example

White with #9A00F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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