Html Css Color HEX #9A0FFE Electric Purple

📋 copy color: '#9A0FFE'

red 154 ◦ green 15 ◦ blue 254

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

Shades of Electric Purple #9A0FFE

Tints of Electric Purple #9A0FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.55%

 BLUE value IS 254 (99.61% from 255) = 60.05%

R = 36.41%
G = 3.55%
B = 60.05%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9A0FFE (or 0x9A0FFE) is known color: Electric Purple. HEX triplet: 9A, 0F and FE. RGB value is (154,15,254). Sum of RGB (Red+Green+Blue) = 154+15+254=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A0FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0FFE is #65F001. Grayscale: #525252. Windows color (decimal): -6680578 or 16650138. OLE color: 16650138.

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

Color convert

RGB 154 15 254 -
CMYK 0.39 0.94 0 0.00
HSL 274.9º 0.99% 0.53% -
HSV(B) 274.9º 0.94% 1% -
XYZ 31.39 14.37 94.88 -
YUV 83.81 224.05 178.07 -
System Red Green Blue C M Y K H S L
Decimal 154 15 254 0.39 0.94 0 0.00 274.9 0.99 0.53
Hex 9A F FE 27 5E 0 0 113 63 35
Octal 232 17 376 47 136 0 0 423 143 65
Binary 10011010 1111 11111110 100111 1011110 0 0 100010011 1100011 110101

Color Harmonies of #9A0FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0FFE

Black with #9A0FFE

Text Example


Text Example

White with #9A0FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,15,254); }

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

background-color css

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

 a { background-color: rgb(154,15,254); }

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

border-color css

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

 span { border-color: rgb(154,15,254); }

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