Html Css Color HEX #9F10FF Electric Purple

📋 copy color: '#9F10FF'

red 159 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #9F10FF

Tints of Electric Purple #9F10FF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.72%

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

R = 36.98%
G = 3.72%
B = 59.3%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F10FF (or 0x9F10FF) is known color: Electric Purple. HEX triplet: 9F, 10 and FF. RGB value is (159,16,255). Sum of RGB (Red+Green+Blue) = 159+16+255=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F10FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F10FF is #60EF00. Grayscale: #555555. Windows color (decimal): -6352641 or 16715935. OLE color: 16715935.

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

Color convert

RGB 159 16 255 -
CMYK 0.38 0.94 0 0
HSL 275.9º 1% 0.53% -
HSV(B) 275.9º 0.94% 1% -
XYZ 32.53 14.96 95.78 -
YUV 86 223.38 180.07 -
System Red Green Blue C M Y K H S L
Decimal 159 16 255 0.38 0.94 0 0 275.9 1 0.53
Hex 9F 10 FF 26 5E 0 0 114 64 35
Octal 237 20 377 46 136 0 0 424 144 65
Binary 10011111 10000 11111111 100110 1011110 0 0 100010100 1100100 110101

Color Harmonies of #9F10FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F10FF

Black with #9F10FF

Text Example


Text Example

White with #9F10FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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