Html Css Color HEX #9F0BFE Electric Purple

📋 copy color: '#9F0BFE'

red 159 ◦ green 11 ◦ blue 254

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

Shades of Electric Purple #9F0BFE

Tints of Electric Purple #9F0BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.59%

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

R = 37.5%
G = 2.59%
B = 59.91%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F0BFE (or 0x9F0BFE) is known color: Electric Purple. HEX triplet: 9F, 0B and FE. RGB value is (159,11,254). Sum of RGB (Red+Green+Blue) = 159+11+254=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F0BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0BFE is #60F401. Grayscale: #525252. Windows color (decimal): -6353922 or 16649119. OLE color: 16649119.

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

Color convert

RGB 159 11 254 -
CMYK 0.37 0.96 0 0.00
HSL 276.54º 0.99% 0.52% -
HSV(B) 276.54º 0.96% 1% -
XYZ 32.31 14.77 94.91 -
YUV 82.95 224.53 182.24 -
System Red Green Blue C M Y K H S L
Decimal 159 11 254 0.37 0.96 0 0.00 276.54 0.99 0.52
Hex 9F B FE 25 60 0 0 115 63 34
Octal 237 13 376 45 140 0 0 425 143 64
Binary 10011111 1011 11111110 100101 1100000 0 0 100010101 1100011 110100

Color Harmonies of #9F0BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0BFE

Black with #9F0BFE

Text Example


Text Example

White with #9F0BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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