Html Css Color HEX #9E03FD Electric Purple

📋 copy color: '#9E03FD'

red 158 ◦ green 3 ◦ blue 253

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

Shades of Electric Purple #9E03FD

Tints of Electric Purple #9E03FD

RGB

 RED value IS 158 (62.11% from 255) = 38.16%

 GREEN value IS 3 (1.56% from 255) = 0.72%

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

R = 38.16%
G = 0.72%
B = 61.11%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E03FD (or 0x9E03FD) is known color: Electric Purple. HEX triplet: 9E, 03 and FD. RGB value is (158,3,253). Sum of RGB (Red+Green+Blue) = 158+3+253=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 3 (1.56% from 255 or 0.72% 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 #9E03FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E03FD is #61FC02. Grayscale: #4D4D4D. Windows color (decimal): -6421507 or 16581534. OLE color: 16581534.

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

Color convert

RGB 158 3 253 -
CMYK 0.38 0.99 0 0.01
HSL 277.2º 0.98% 0.5% -
HSV(B) 277.2º 0.99% 0.99% -
XYZ 31.86 14.43 94.03 -
YUV 77.85 226.85 185.17 -
System Red Green Blue C M Y K H S L
Decimal 158 3 253 0.38 0.99 0 0.01 277.2 0.98 0.5
Hex 9E 3 FD 26 63 0 1 115 62 32
Octal 236 3 375 46 143 0 1 425 142 62
Binary 10011110 11 11111101 100110 1100011 0 1 100010101 1100010 110010

Color Harmonies of #9E03FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E03FD

Black with #9E03FD

Text Example


Text Example

White with #9E03FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,3,253); }

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

background-color css

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

 a { background-color: rgb(158,3,253); }

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

border-color css

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

 span { border-color: rgb(158,3,253); }

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