Html Css Color HEX #9500FF Electric Purple

📋 copy color: '#9500FF'

red 149 ◦ green 0 ◦ blue 255

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

Shades of Electric Purple #9500FF

Tints of Electric Purple #9500FF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.88%
G = 0%
B = 63.12%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9500FF (or 0x9500FF) is known color: Electric Purple. HEX triplet: 95, 00 and FF. RGB value is (149,0,255). Sum of RGB (Red+Green+Blue) = 149+0+255=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #9500FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9500FF is #6AFF00. Grayscale: #484848. Windows color (decimal): -7012097 or 16711829. OLE color: 16711829.

HSL color Cylindrical-coordinate representation of color #9500FF: hue angle of 275.06º 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 #9500FF is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

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

Color Harmonies of #9500FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9500FF

Black with #9500FF

Text Example


Text Example

White with #9500FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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