Html Css Color HEX #9F12F7 Electric Purple

📋 copy color: '#9F12F7'

red 159 ◦ green 18 ◦ blue 247

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

Shades of Electric Purple #9F12F7

Tints of Electric Purple #9F12F7

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.25%

 BLUE value IS 247 (96.88% from 255) = 58.25%

R = 37.5%
G = 4.25%
B = 58.25%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9F12F7 (or 0x9F12F7) is known color: Electric Purple. HEX triplet: 9F, 12 and F7. RGB value is (159,18,247). Sum of RGB (Red+Green+Blue) = 159+18+247=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 247 (96.88% from 255 or 58.25% from 424); Max value from RGB is 247 - color contains mainly: blue. Hex color #9F12F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F12F7 is #60ED08. Grayscale: #555555. Windows color (decimal): -6352137 or 16192159. OLE color: 16192159.

HSL color Cylindrical-coordinate representation of color #9F12F7: hue angle of 276.94º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F12F7 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 159 18 247 -
CMYK 0.36 0.93 0 0.03
HSL 276.94º 0.93% 0.52% -
HSV(B) 276.94º 0.93% 0.97% -
XYZ 31.3 14.52 89.15 -
YUV 86.27 218.71 179.88 -
System Red Green Blue C M Y K H S L
Decimal 159 18 247 0.36 0.93 0 0.03 276.94 0.93 0.52
Hex 9F 12 F7 24 5D 0 3 115 5D 34
Octal 237 22 367 44 135 0 3 425 135 64
Binary 10011111 10010 11110111 100100 1011101 0 11 100010101 1011101 110100

Color Harmonies of #9F12F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F12F7

Black with #9F12F7

Text Example


Text Example

White with #9F12F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,18,247); }

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

background-color css

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

 a { background-color: rgb(159,18,247); }

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

border-color css

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

 span { border-color: rgb(159,18,247); }

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