Html Css Color HEX #9F0EFF Electric Purple

📋 copy color: '#9F0EFF'

red 159 ◦ green 14 ◦ blue 255

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

Shades of Electric Purple #9F0EFF

Tints of Electric Purple #9F0EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.27%

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

R = 37.15%
G = 3.27%
B = 59.58%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F0EFF (or 0x9F0EFF) is known color: Electric Purple. HEX triplet: 9F, 0E and FF. RGB value is (159,14,255). Sum of RGB (Red+Green+Blue) = 159+14+255=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F0EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0EFF is #60F100. Grayscale: #545454. Windows color (decimal): -6353153 or 16715423. OLE color: 16715423.

HSL color Cylindrical-coordinate representation of color #9F0EFF: hue angle of 276.1º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0EFF is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 159 14 255 -
CMYK 0.38 0.95 0 0
HSL 276.1º 1% 0.53% -
HSV(B) 276.1º 0.95% 1% -
XYZ 32.51 14.91 95.77 -
YUV 84.83 224.04 180.9 -
System Red Green Blue C M Y K H S L
Decimal 159 14 255 0.38 0.95 0 0 276.1 1 0.53
Hex 9F E FF 26 5F 0 0 114 64 35
Octal 237 16 377 46 137 0 0 424 144 65
Binary 10011111 1110 11111111 100110 1011111 0 0 100010100 1100100 110101

Color Harmonies of #9F0EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0EFF

Black with #9F0EFF

Text Example


Text Example

White with #9F0EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,14,255); }

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

background-color css

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

 a { background-color: rgb(159,14,255); }

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

border-color css

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

 span { border-color: rgb(159,14,255); }

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