Html Css Color HEX #9F15FE Electric Purple

📋 copy color: '#9F15FE'

red 159 ◦ green 21 ◦ blue 254

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

Shades of Electric Purple #9F15FE

Tints of Electric Purple #9F15FE

RGB

 RED value IS 159 (62.5% from 255) = 36.64%

 GREEN value IS 21 (8.59% from 255) = 4.84%

 BLUE value IS 254 (99.61% from 255) = 58.53%

R = 36.64%
G = 4.84%
B = 58.53%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F15FE (or 0x9F15FE) is known color: Electric Purple. HEX triplet: 9F, 15 and FE. RGB value is (159,21,254). Sum of RGB (Red+Green+Blue) = 159+21+254=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F15FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F15FE is #60EA01. Grayscale: #585858. Windows color (decimal): -6351362 or 16651679. OLE color: 16651679.

HSL color Cylindrical-coordinate representation of color #9F15FE: hue angle of 275.54º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F15FE is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 159 21 254 -
CMYK 0.37 0.92 0 0.00
HSL 275.54º 0.99% 0.54% -
HSV(B) 275.54º 0.92% 1% -
XYZ 32.46 15.06 94.96 -
YUV 88.82 221.22 178.05 -
System Red Green Blue C M Y K H S L
Decimal 159 21 254 0.37 0.92 0 0.00 275.54 0.99 0.54
Hex 9F 15 FE 25 5C 0 0 114 63 36
Octal 237 25 376 45 134 0 0 424 143 66
Binary 10011111 10101 11111110 100101 1011100 0 0 100010100 1100011 110110

Color Harmonies of #9F15FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F15FE

Black with #9F15FE

Text Example


Text Example

White with #9F15FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,21,254); }

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

background-color css

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

 a { background-color: rgb(159,21,254); }

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

border-color css

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

 span { border-color: rgb(159,21,254); }

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