Html Css Color HEX #9D03FA Electric Purple

📋 copy color: '#9D03FA'

red 157 ◦ green 3 ◦ blue 250

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

Shades of Electric Purple #9D03FA

Tints of Electric Purple #9D03FA

RGB

 RED value IS 157 (61.72% from 255) = 38.29%

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

 BLUE value IS 250 (98.05% from 255) = 60.98%

R = 38.29%
G = 0.73%
B = 60.98%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D03FA (or 0x9D03FA) is known color: Electric Purple. HEX triplet: 9D, 03 and FA. RGB value is (157,3,250). Sum of RGB (Red+Green+Blue) = 157+3+250=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D03FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D03FA is #62FC05. Grayscale: #4C4C4C. Windows color (decimal): -6487046 or 16384925. OLE color: 16384925.

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

Color convert

RGB 157 3 250 -
CMYK 0.37 0.99 0 0.02
HSL 277.41º 0.98% 0.5% -
HSV(B) 277.41º 0.99% 0.98% -
XYZ 31.19 14.14 91.53 -
YUV 77.2 225.52 184.92 -
System Red Green Blue C M Y K H S L
Decimal 157 3 250 0.37 0.99 0 0.02 277.41 0.98 0.5
Hex 9D 3 FA 25 63 0 2 115 62 32
Octal 235 3 372 45 143 0 2 425 142 62
Binary 10011101 11 11111010 100101 1100011 0 10 100010101 1100010 110010

Color Harmonies of #9D03FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D03FA

Black with #9D03FA

Text Example


Text Example

White with #9D03FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,3,250); }

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

background-color css

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

 a { background-color: rgb(157,3,250); }

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

border-color css

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

 span { border-color: rgb(157,3,250); }

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