Html Css Color HEX #A509F9 Electric Purple

📋 copy color: '#A509F9'

red 165 ◦ green 9 ◦ blue 249

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

Shades of Electric Purple #A509F9

Tints of Electric Purple #A509F9

RGB

 RED value IS 165 (64.84% from 255) = 39.01%

 GREEN value IS 9 (3.91% from 255) = 2.13%

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

R = 39.01%
G = 2.13%
B = 58.87%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A509F9 (or 0xA509F9) is known color: Electric Purple. HEX triplet: A5, 09 and F9. RGB value is (165,9,249). Sum of RGB (Red+Green+Blue) = 165+9+249=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #A509F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A509F9 is #5AF606. Grayscale: #525252. Windows color (decimal): -5961223 or 16320933. OLE color: 16320933.

HSL color Cylindrical-coordinate representation of color #A509F9: hue angle of 279º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A509F9 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 9 249 -
CMYK 0.34 0.96 0 0.02
HSL 279º 0.95% 0.51% -
HSV(B) 279º 0.96% 0.98% -
XYZ 32.71 15.03 90.8 -
YUV 83 221.68 186.49 -
System Red Green Blue C M Y K H S L
Decimal 165 9 249 0.34 0.96 0 0.02 279 0.95 0.51
Hex A5 9 F9 22 60 0 2 117 5F 33
Octal 245 11 371 42 140 0 2 427 137 63
Binary 10100101 1001 11111001 100010 1100000 0 10 100010111 1011111 110011

Color Harmonies of #A509F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509F9

Black with #A509F9

Text Example


Text Example

White with #A509F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509F9; }

 p { color: rgb(165,9,249); }

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

background-color css

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

 a { background-color: rgb(165,9,249); }

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

border-color css

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

 span { border-color: rgb(165,9,249); }

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