Html Css Color HEX #9E06F6 Electric Purple

📋 copy color: '#9E06F6'

red 158 ◦ green 6 ◦ blue 246

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

Shades of Electric Purple #9E06F6

Tints of Electric Purple #9E06F6

RGB

 RED value IS 158 (62.11% from 255) = 38.54%

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

 BLUE value IS 246 (96.48% from 255) = 60%

R = 38.54%
G = 1.46%
B = 60%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9E06F6 (or 0x9E06F6) is known color: Electric Purple. HEX triplet: 9E, 06 and F6. RGB value is (158,6,246). Sum of RGB (Red+Green+Blue) = 158+6+246=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 246 (96.48% from 255 or 60% from 410); Max value from RGB is 246 - color contains mainly: blue. Hex color #9E06F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E06F6 is #61F909. Grayscale: #4E4E4E. Windows color (decimal): -6420746 or 16123550. OLE color: 16123550.

HSL color Cylindrical-coordinate representation of color #9E06F6: hue angle of 278º 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 #9E06F6 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 158 6 246 -
CMYK 0.36 0.98 0 0.04
HSL 278º 0.95% 0.49% -
HSV(B) 278º 0.98% 0.96% -
XYZ 30.8 14.05 88.28 -
YUV 78.81 222.36 184.49 -
System Red Green Blue C M Y K H S L
Decimal 158 6 246 0.36 0.98 0 0.04 278 0.95 0.49
Hex 9E 6 F6 24 62 0 4 116 5F 31
Octal 236 6 366 44 142 0 4 426 137 61
Binary 10011110 110 11110110 100100 1100010 0 100 100010110 1011111 110001

Color Harmonies of #9E06F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E06F6

Black with #9E06F6

Text Example


Text Example

White with #9E06F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,6,246); }

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

background-color css

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

 a { background-color: rgb(158,6,246); }

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

border-color css

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

 span { border-color: rgb(158,6,246); }

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