Html Css Color HEX #9F06F4 Electric Purple

📋 copy color: '#9F06F4'

red 159 ◦ green 6 ◦ blue 244

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

Shades of Electric Purple #9F06F4

Tints of Electric Purple #9F06F4

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.47%

 BLUE value IS 244 (95.7% from 255) = 59.66%

R = 38.88%
G = 1.47%
B = 59.66%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9F06F4 (or 0x9F06F4) is known color: Electric Purple. HEX triplet: 9F, 06 and F4. RGB value is (159,6,244). Sum of RGB (Red+Green+Blue) = 159+6+244=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 244 (95.70% from 255 or 59.66% from 409); Max value from RGB is 244 - color contains mainly: blue. Hex color #9F06F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F06F4 is #60F90B. Grayscale: #4E4E4E. Windows color (decimal): -6355212 or 15992479. OLE color: 15992479.

HSL color Cylindrical-coordinate representation of color #9F06F4: hue angle of 278.57º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F06F4 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 159 6 244 -
CMYK 0.35 0.98 0 0.04
HSL 278.57º 0.95% 0.49% -
HSV(B) 278.57º 0.98% 0.96% -
XYZ 30.69 14.03 86.68 -
YUV 78.88 221.19 185.15 -
System Red Green Blue C M Y K H S L
Decimal 159 6 244 0.35 0.98 0 0.04 278.57 0.95 0.49
Hex 9F 6 F4 23 62 0 4 117 5F 31
Octal 237 6 364 43 142 0 4 427 137 61
Binary 10011111 110 11110100 100011 1100010 0 100 100010111 1011111 110001

Color Harmonies of #9F06F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F06F4

Black with #9F06F4

Text Example


Text Example

White with #9F06F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,6,244); }

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

background-color css

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

 a { background-color: rgb(159,6,244); }

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

border-color css

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

 span { border-color: rgb(159,6,244); }

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