Html Css Color HEX #9F08FF Electric Purple

📋 copy color: '#9F08FF'

red 159 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #9F08FF

Tints of Electric Purple #9F08FF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.9%

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

R = 37.68%
G = 1.9%
B = 60.43%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F08FF (or 0x9F08FF) is known color: Electric Purple. HEX triplet: 9F, 08 and FF. RGB value is (159,8,255). Sum of RGB (Red+Green+Blue) = 159+8+255=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F08FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F08FF is #60F700. Grayscale: #505050. Windows color (decimal): -6354689 or 16713887. OLE color: 16713887.

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

Color convert

RGB 159 8 255 -
CMYK 0.38 0.97 0 0
HSL 276.68º 1% 0.52% -
HSV(B) 276.68º 0.97% 1% -
XYZ 32.43 14.76 95.75 -
YUV 81.31 226.03 183.42 -
System Red Green Blue C M Y K H S L
Decimal 159 8 255 0.38 0.97 0 0 276.68 1 0.52
Hex 9F 8 FF 26 61 0 0 115 64 34
Octal 237 10 377 46 141 0 0 425 144 64
Binary 10011111 1000 11111111 100110 1100001 0 0 100010101 1100100 110100

Color Harmonies of #9F08FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F08FF

Black with #9F08FF

Text Example


Text Example

White with #9F08FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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