Html Css Color HEX #9F15FD Electric Purple

📋 copy color: '#9F15FD'

red 159 ◦ green 21 ◦ blue 253

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

Shades of Electric Purple #9F15FD

Tints of Electric Purple #9F15FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.43%

R = 36.72%
G = 4.85%
B = 58.43%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F15FD (or 0x9F15FD) is known color: Electric Purple. HEX triplet: 9F, 15 and FD. RGB value is (159,21,253). Sum of RGB (Red+Green+Blue) = 159+21+253=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F15FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F15FD is #60EA02. Grayscale: #575757. Windows color (decimal): -6351363 or 16586143. OLE color: 16586143.

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

Color convert

RGB 159 21 253 -
CMYK 0.37 0.92 0 0.01
HSL 275.69º 0.98% 0.54% -
HSV(B) 275.69º 0.92% 0.99% -
XYZ 32.3 15 94.12 -
YUV 88.71 220.72 178.14 -
System Red Green Blue C M Y K H S L
Decimal 159 21 253 0.37 0.92 0 0.01 275.69 0.98 0.54
Hex 9F 15 FD 25 5C 0 1 114 62 36
Octal 237 25 375 45 134 0 1 424 142 66
Binary 10011111 10101 11111101 100101 1011100 0 1 100010100 1100010 110110

Color Harmonies of #9F15FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F15FD

Black with #9F15FD

Text Example


Text Example

White with #9F15FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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