Html Css Color HEX #9F0FFD Electric Purple

📋 copy color: '#9F0FFD'

red 159 ◦ green 15 ◦ blue 253

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

Shades of Electric Purple #9F0FFD

Tints of Electric Purple #9F0FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.51%

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

R = 37.24%
G = 3.51%
B = 59.25%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F0FFD (or 0x9F0FFD) is known color: Electric Purple. HEX triplet: 9F, 0F and FD. RGB value is (159,15,253). Sum of RGB (Red+Green+Blue) = 159+15+253=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F0FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0FFD is #60F002. Grayscale: #545454. Windows color (decimal): -6352899 or 16584607. OLE color: 16584607.

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

Color convert

RGB 159 15 253 -
CMYK 0.37 0.94 0 0.01
HSL 276.3º 0.98% 0.53% -
HSV(B) 276.3º 0.94% 0.99% -
XYZ 32.2 14.8 94.09 -
YUV 85.19 222.71 180.65 -
System Red Green Blue C M Y K H S L
Decimal 159 15 253 0.37 0.94 0 0.01 276.3 0.98 0.53
Hex 9F F FD 25 5E 0 1 114 62 35
Octal 237 17 375 45 136 0 1 424 142 65
Binary 10011111 1111 11111101 100101 1011110 0 1 100010100 1100010 110101

Color Harmonies of #9F0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0FFD

Black with #9F0FFD

Text Example


Text Example

White with #9F0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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