Html Css Color HEX #9A07FD Electric Purple

📋 copy color: '#9A07FD'

red 154 ◦ green 7 ◦ blue 253

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

Shades of Electric Purple #9A07FD

Tints of Electric Purple #9A07FD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.69%

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

R = 37.2%
G = 1.69%
B = 61.11%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A07FD (or 0x9A07FD) is known color: Electric Purple. HEX triplet: 9A, 07 and FD. RGB value is (154,7,253). Sum of RGB (Red+Green+Blue) = 154+7+253=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A07FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A07FD is #65F802. Grayscale: #4E4E4E. Windows color (decimal): -6682627 or 16582554. OLE color: 16582554.

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

Color convert

RGB 154 7 253 -
CMYK 0.39 0.97 0 0.01
HSL 275.85º 0.98% 0.51% -
HSV(B) 275.85º 0.97% 0.99% -
XYZ 31.13 14.11 94.01 -
YUV 79 226.2 181.5 -
System Red Green Blue C M Y K H S L
Decimal 154 7 253 0.39 0.97 0 0.01 275.85 0.98 0.51
Hex 9A 7 FD 27 61 0 1 114 62 33
Octal 232 7 375 47 141 0 1 424 142 63
Binary 10011010 111 11111101 100111 1100001 0 1 100010100 1100010 110011

Color Harmonies of #9A07FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A07FD

Black with #9A07FD

Text Example


Text Example

White with #9A07FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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