Html Css Color HEX #9501FF Electric Purple

📋 copy color: '#9501FF'

red 149 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #9501FF

Tints of Electric Purple #9501FF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 36.79%
G = 0.25%
B = 62.96%

CMYK

 C value IS 0.42

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9501FF (or 0x9501FF) is known color: Electric Purple. HEX triplet: 95, 01 and FF. RGB value is (149,1,255). Sum of RGB (Red+Green+Blue) = 149+1+255=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #9501FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9501FF is #6AFE00. Grayscale: #494949. Windows color (decimal): -7011841 or 16712085. OLE color: 16712085.

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

Color convert

RGB 149 1 255 -
CMYK 0.42 1.00 0 0
HSL 274.96º 1% 0.5% -
HSV(B) 274.96º 1% 1% -
XYZ 30.46 13.63 95.63 -
YUV 74.21 230.03 181.35 -
System Red Green Blue C M Y K H S L
Decimal 149 1 255 0.42 1.00 0 0 274.96 1 0.5
Hex 95 1 FF 2A 64 0 0 113 64 32
Octal 225 1 377 52 144 0 0 423 144 62
Binary 10010101 1 11111111 101010 1100100 0 0 100010011 1100100 110010

Color Harmonies of #9501FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9501FF

Black with #9501FF

Text Example


Text Example

White with #9501FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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