Html Css Color HEX #9E6FEC Medium Purple

📋 copy color: '#9E6FEC'

red 158 ◦ green 111 ◦ blue 236

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

Shades of Medium Purple #9E6FEC

Tints of Medium Purple #9E6FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.98%

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 31.29%
G = 21.98%
B = 46.73%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E6FEC (or 0x9E6FEC) is known color: Medium Purple. HEX triplet: 9E, 6F and EC. RGB value is (158,111,236). Sum of RGB (Red+Green+Blue) = 158+111+236=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E6FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6FEC is #619013. Grayscale: #8A8A8A. Windows color (decimal): -6393876 or 15495070. OLE color: 15495070.

HSL color Cylindrical-coordinate representation of color #9E6FEC: hue angle of 262.56º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E6FEC is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 111 236 -
CMYK 0.33 0.53 0 0.07
HSL 262.56º 0.77% 0.68% -
HSV(B) 262.56º 0.53% 0.93% -
XYZ 34.93 24.69 82.28 -
YUV 139.3 182.57 141.34 -
System Red Green Blue C M Y K H S L
Decimal 158 111 236 0.33 0.53 0 0.07 262.56 0.77 0.68
Hex 9E 6F EC 21 35 0 7 107 4D 44
Octal 236 157 354 41 65 0 7 407 115 104
Binary 10011110 1101111 11101100 100001 110101 0 111 100000111 1001101 1000100

Color Harmonies of #9E6FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6FEC

Black with #9E6FEC

Text Example


Text Example

White with #9E6FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,111,236); }

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

background-color css

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

 a { background-color: rgb(158,111,236); }

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

border-color css

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

 span { border-color: rgb(158,111,236); }

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