Html Css Color HEX #9504FF Electric Purple

📋 copy color: '#9504FF'

red 149 ◦ green 4 ◦ blue 255

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

Shades of Electric Purple #9504FF

Tints of Electric Purple #9504FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.98%

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

R = 36.52%
G = 0.98%
B = 62.5%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9504FF (or 0x9504FF) is known color: Electric Purple. HEX triplet: 95, 04 and FF. RGB value is (149,4,255). Sum of RGB (Red+Green+Blue) = 149+4+255=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #9504FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9504FF is #6AFB00. Grayscale: #4B4B4B. Windows color (decimal): -7011073 or 16712853. OLE color: 16712853.

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

Color convert

RGB 149 4 255 -
CMYK 0.42 0.98 0 0
HSL 274.66º 1% 0.51% -
HSV(B) 274.66º 0.98% 1% -
XYZ 30.49 13.7 95.64 -
YUV 75.97 229.04 180.09 -
System Red Green Blue C M Y K H S L
Decimal 149 4 255 0.42 0.98 0 0 274.66 1 0.51
Hex 95 4 FF 2A 62 0 0 113 64 33
Octal 225 4 377 52 142 0 0 423 144 63
Binary 10010101 100 11111111 101010 1100010 0 0 100010011 1100100 110011

Color Harmonies of #9504FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9504FF

Black with #9504FF

Text Example


Text Example

White with #9504FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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