Html Css Color HEX #9503FF Electric Purple

📋 copy color: '#9503FF'

red 149 ◦ green 3 ◦ blue 255

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

Shades of Electric Purple #9503FF

Tints of Electric Purple #9503FF

RGB

 RED value IS 149 (58.59% from 255) = 36.61%

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

 BLUE value IS 255 (100% from 255) = 62.65%

R = 36.61%
G = 0.74%
B = 62.65%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9503FF (or 0x9503FF) is known color: Electric Purple. HEX triplet: 95, 03 and FF. RGB value is (149,3,255). Sum of RGB (Red+Green+Blue) = 149+3+255=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #9503FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9503FF is #6AFC00. Grayscale: #4A4A4A. Windows color (decimal): -7011329 or 16712597. OLE color: 16712597.

HSL color Cylindrical-coordinate representation of color #9503FF: hue angle of 274.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9503FF is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 3 255 -
CMYK 0.42 0.99 0 0
HSL 274.76º 1% 0.51% -
HSV(B) 274.76º 0.99% 1% -
XYZ 30.48 13.67 95.64 -
YUV 75.38 229.37 180.51 -
System Red Green Blue C M Y K H S L
Decimal 149 3 255 0.42 0.99 0 0 274.76 1 0.51
Hex 95 3 FF 2A 63 0 0 113 64 33
Octal 225 3 377 52 143 0 0 423 144 63
Binary 10010101 11 11111111 101010 1100011 0 0 100010011 1100100 110011

Color Harmonies of #9503FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503FF

Black with #9503FF

Text Example


Text Example

White with #9503FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9503FF; }

 p { color: rgb(149,3,255); }

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

background-color css

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

 a { background-color: rgb(149,3,255); }

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

border-color css

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

 span { border-color: rgb(149,3,255); }

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